Html Css Color HEX #876206 Golden Brown

📋 copy color: '#876206'

red 135 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #876206

Tints of Golden Brown #876206

RGB

 RED value IS 135 (53.13% from 255) = 56.49%

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 56.49%
G = 41%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876206 (or 0x876206) is known color: Golden Brown. HEX triplet: 87, 62 and 06. RGB value is (135,98,6). Sum of RGB (Red+Green+Blue) = 135+98+6=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #876206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876206 is #789DF9. Grayscale: #626262. Windows color (decimal): -7904762 or 418439. OLE color: 418439.

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

Color convert

RGB 135 98 6 -
CMYK 0 0.27 0.96 0.47
HSL 42.79º 0.91% 0.28% -
HSV(B) 42.79º 0.96% 0.53% -
XYZ 14.39 13.9 2.1 -
YUV 98.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 135 98 6 0 0.27 0.96 0.47 42.79 0.91 0.28
Hex 87 62 6 0 1B 60 2F 2B 5B 1C
Octal 207 142 6 0 33 140 57 53 133 34
Binary 10000111 1100010 110 0 11011 1100000 101111 101011 1011011 11100

Color Harmonies of #876206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876206

Black with #876206

Text Example


Text Example

White with #876206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876206; }

 p { color: rgb(135,98,6); }

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

background-color css

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

 a { background-color: rgb(135,98,6); }

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

border-color css

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

 span { border-color: rgb(135,98,6); }

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