Html Css Color HEX #876706 Golden Brown

📋 copy color: '#876706'

red 135 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #876706

Tints of Golden Brown #876706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

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

R = 55.33%
G = 42.21%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876706 (or 0x876706) is known color: Golden Brown. HEX triplet: 87, 67 and 06. RGB value is (135,103,6). Sum of RGB (Red+Green+Blue) = 135+103+6=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #876706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876706 is #7898F9. Grayscale: #656565. Windows color (decimal): -7903482 or 419719. OLE color: 419719.

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

Color convert

RGB 135 103 6 -
CMYK 0 0.24 0.96 0.47
HSL 45.12º 0.91% 0.28% -
HSV(B) 45.12º 0.96% 0.53% -
XYZ 14.87 14.86 2.26 -
YUV 101.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 135 103 6 0 0.24 0.96 0.47 45.12 0.91 0.28
Hex 87 67 6 0 18 60 2F 2D 5B 1C
Octal 207 147 6 0 30 140 57 55 133 34
Binary 10000111 1100111 110 0 11000 1100000 101111 101101 1011011 11100

Color Harmonies of #876706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876706

Black with #876706

Text Example


Text Example

White with #876706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876706; }

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

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

background-color css

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

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

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

border-color css

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

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

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