Html Css Color HEX #88650C Golden Brown

📋 copy color: '#88650C'

red 136 ◦ green 101 ◦ blue 12

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

Shades of Golden Brown #88650C

Tints of Golden Brown #88650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.56%

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

R = 54.62%
G = 40.56%
B = 4.82%

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

#88650C (or 0x88650C) is known color: Golden Brown. HEX triplet: 88, 65 and 0C. RGB value is (136,101,12). Sum of RGB (Red+Green+Blue) = 136+101+12=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88650C is #779AF3. Grayscale: #656565. Windows color (decimal): -7838452 or 812424. OLE color: 812424.

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

Color convert

RGB 136 101 12 -
CMYK 0 0.26 0.91 0.47
HSL 43.06º 0.84% 0.29% -
HSV(B) 43.06º 0.91% 0.53% -
XYZ 14.87 14.57 2.38 -
YUV 101.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 136 101 12 0 0.26 0.91 0.47 43.06 0.84 0.29
Hex 88 65 C 0 1A 5B 2F 2B 54 1D
Octal 210 145 14 0 32 133 57 53 124 35
Binary 10001000 1100101 1100 0 11010 1011011 101111 101011 1010100 11101

Color Harmonies of #88650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88650C

Black with #88650C

Text Example


Text Example

White with #88650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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