Html Css Color HEX #876506 Golden Brown

📋 copy color: '#876506'

red 135 ◦ green 101 ◦ blue 6

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

Shades of Golden Brown #876506

Tints of Golden Brown #876506

RGB

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

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

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

R = 55.79%
G = 41.74%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876506 (or 0x876506) is known color: Golden Brown. HEX triplet: 87, 65 and 06. RGB value is (135,101,6). Sum of RGB (Red+Green+Blue) = 135+101+6=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #876506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876506 is #789AF9. Grayscale: #646464. Windows color (decimal): -7903994 or 419207. OLE color: 419207.

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

Color convert

RGB 135 101 6 -
CMYK 0 0.25 0.96 0.47
HSL 44.19º 0.91% 0.28% -
HSV(B) 44.19º 0.96% 0.53% -
XYZ 14.68 14.47 2.19 -
YUV 100.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 135 101 6 0 0.25 0.96 0.47 44.19 0.91 0.28
Hex 87 65 6 0 19 60 2F 2C 5B 1C
Octal 207 145 6 0 31 140 57 54 133 34
Binary 10000111 1100101 110 0 11001 1100000 101111 101100 1011011 11100

Color Harmonies of #876506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876506

Black with #876506

Text Example


Text Example

White with #876506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876506; }

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

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

background-color css

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

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

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

border-color css

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

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

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