Html Css Color HEX #88640C Golden Brown

📋 copy color: '#88640C'

red 136 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #88640C

Tints of Golden Brown #88640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

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

R = 54.84%
G = 40.32%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88640C (or 0x88640C) is known color: Golden Brown. HEX triplet: 88, 64 and 0C. RGB value is (136,100,12). Sum of RGB (Red+Green+Blue) = 136+100+12=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88640C is #779BF3. Grayscale: #656565. Windows color (decimal): -7838708 or 812168. OLE color: 812168.

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

Color convert

RGB 136 100 12 -
CMYK 0 0.26 0.91 0.47
HSL 42.58º 0.84% 0.29% -
HSV(B) 42.58º 0.91% 0.53% -
XYZ 14.78 14.38 2.34 -
YUV 100.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 136 100 12 0 0.26 0.91 0.47 42.58 0.84 0.29
Hex 88 64 C 0 1A 5B 2F 2B 54 1D
Octal 210 144 14 0 32 133 57 53 124 35
Binary 10001000 1100100 1100 0 11010 1011011 101111 101011 1010100 11101

Color Harmonies of #88640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88640C

Black with #88640C

Text Example


Text Example

White with #88640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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