Html Css Color HEX #88600C Golden Brown

📋 copy color: '#88600C'

red 136 ◦ green 96 ◦ blue 12

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

Shades of Golden Brown #88600C

Tints of Golden Brown #88600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

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

R = 55.74%
G = 39.34%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88600C (or 0x88600C) is known color: Golden Brown. HEX triplet: 88, 60 and 0C. RGB value is (136,96,12). Sum of RGB (Red+Green+Blue) = 136+96+12=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88600C is #779FF3. Grayscale: #626262. Windows color (decimal): -7839732 or 811144. OLE color: 811144.

HSL color Cylindrical-coordinate representation of color #88600C: hue angle of 40.65º 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 #88600C is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 12 -
CMYK 0 0.29 0.91 0.47
HSL 40.65º 0.84% 0.29% -
HSV(B) 40.65º 0.91% 0.53% -
XYZ 14.4 13.63 2.22 -
YUV 98.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 136 96 12 0 0.29 0.91 0.47 40.65 0.84 0.29
Hex 88 60 C 0 1D 5B 2F 29 54 1D
Octal 210 140 14 0 35 133 57 51 124 35
Binary 10001000 1100000 1100 0 11101 1011011 101111 101001 1010100 11101

Color Harmonies of #88600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88600C

Black with #88600C

Text Example


Text Example

White with #88600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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