Html Css Color HEX #876806 Golden Brown

📋 copy color: '#876806'

red 135 ◦ green 104 ◦ blue 6

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

Shades of Golden Brown #876806

Tints of Golden Brown #876806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

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

R = 55.1%
G = 42.45%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876806 (or 0x876806) is known color: Golden Brown. HEX triplet: 87, 68 and 06. RGB value is (135,104,6). Sum of RGB (Red+Green+Blue) = 135+104+6=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876806 is #7897F9. Grayscale: #666666. Windows color (decimal): -7903226 or 419975. OLE color: 419975.

HSL color Cylindrical-coordinate representation of color #876806: hue angle of 45.58º 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 #876806 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 104 6 -
CMYK 0 0.23 0.96 0.47
HSL 45.58º 0.91% 0.28% -
HSV(B) 45.58º 0.96% 0.53% -
XYZ 14.97 15.06 2.29 -
YUV 102.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 135 104 6 0 0.23 0.96 0.47 45.58 0.91 0.28
Hex 87 68 6 0 17 60 2F 2E 5B 1C
Octal 207 150 6 0 27 140 57 56 133 34
Binary 10000111 1101000 110 0 10111 1100000 101111 101110 1011011 11100

Color Harmonies of #876806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876806

Black with #876806

Text Example


Text Example

White with #876806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876806; }

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

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

background-color css

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

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

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

border-color css

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

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

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