Html Css Color HEX #88620C Golden Brown

📋 copy color: '#88620C'

red 136 ◦ green 98 ◦ blue 12

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

Shades of Golden Brown #88620C

Tints of Golden Brown #88620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 55.28%
G = 39.84%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88620C (or 0x88620C) is known color: Golden Brown. HEX triplet: 88, 62 and 0C. RGB value is (136,98,12). Sum of RGB (Red+Green+Blue) = 136+98+12=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88620C is #779DF3. Grayscale: #636363. Windows color (decimal): -7839220 or 811656. OLE color: 811656.

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

Color convert

RGB 136 98 12 -
CMYK 0 0.28 0.91 0.47
HSL 41.61º 0.84% 0.29% -
HSV(B) 41.61º 0.91% 0.53% -
XYZ 14.59 14 2.28 -
YUV 99.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 136 98 12 0 0.28 0.91 0.47 41.61 0.84 0.29
Hex 88 62 C 0 1C 5B 2F 2A 54 1D
Octal 210 142 14 0 34 133 57 52 124 35
Binary 10001000 1100010 1100 0 11100 1011011 101111 101010 1010100 11101

Color Harmonies of #88620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88620C

Black with #88620C

Text Example


Text Example

White with #88620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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