Html Css Color HEX #88620B Golden Brown

📋 copy color: '#88620B'

red 136 ◦ green 98 ◦ blue 11

#88620B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #88620B

Tints of Golden Brown #88620B

RGB

 RED value IS 136 (53.52% from 255) = 55.51%

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 55.51%
G = 40%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#88620B (or 0x88620B) is known color: Golden Brown. HEX triplet: 88, 62 and 0B. RGB value is (136,98,11). Sum of RGB (Red+Green+Blue) = 136+98+11=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88620B is #779DF4. Grayscale: #636363. Windows color (decimal): -7839221 or 746120. OLE color: 746120.

HSL color Cylindrical-coordinate representation of color #88620B: hue angle of 41.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88620B is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 11 -
CMYK 0 0.28 0.92 0.47
HSL 41.76º 0.85% 0.29% -
HSV(B) 41.76º 0.92% 0.53% -
XYZ 14.58 13.99 2.25 -
YUV 99.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 136 98 11 0 0.28 0.92 0.47 41.76 0.85 0.29
Hex 88 62 B 0 1C 5C 2F 2A 55 1D
Octal 210 142 13 0 34 134 57 52 125 35
Binary 10001000 1100010 1011 0 11100 1011100 101111 101010 1010101 11101

Color Harmonies of #88620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88620B

Black with #88620B

Text Example


Text Example

White with #88620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88620B; }

 p { color: rgb(136,98,11); }

 H1.HeaderClassName
 {
   color: #88620B;
 }
 .AnyTagClassName
 {
   color: #88620B;
 }
</style>

background-color css

<style>
 a { background-color: #88620B; }

 a { background-color: rgb(136,98,11); }

 div.DivClassName
 {
   background-color: #88620B;
 }
 .BgClassName
 {
   background-color: #88620B;
 }
</style>

border-color css

<style>
 span { border-color: #88620B; }

 span { border-color: rgb(136,98,11); }

 td.TdClassName
 {
   border-color: #88620B;
 }
 .TagClassName
 {
   border-color: #88620B;
 }
</style>