Html Css Color HEX #876600 Golden Brown

📋 copy color: '#876600'

red 135 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #876600

Tints of Golden Brown #876600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.96%
G = 43.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#876600 (or 0x876600) is known color: Golden Brown. HEX triplet: 87, 66 and 00. RGB value is (135,102,0). Sum of RGB (Red+Green+Blue) = 135+102+0=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #876600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876600 is #7899FF. Grayscale: #646464. Windows color (decimal): -7903744 or 26247. OLE color: 26247.

HSL color Cylindrical-coordinate representation of color #876600: hue angle of 45.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #876600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 0 -
CMYK 0 0.24 1 0.47
HSL 45.33º 1% 0.26% -
HSV(B) 45.33º 1% 0.53% -
XYZ 14.74 14.65 2.05 -
YUV 100.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 135 102 0 0 0.24 1 0.47 45.33 1 0.26
Hex 87 66 0 0 18 64 2F 2D 64 1A
Octal 207 146 0 0 30 144 57 55 144 32
Binary 10000111 1100110 0 0 11000 1100100 101111 101101 1100100 11010

Color Harmonies of #876600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876600

Black with #876600

Text Example


Text Example

White with #876600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876600; }

 p { color: rgb(135,102,0); }

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

background-color css

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

 a { background-color: rgb(135,102,0); }

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

border-color css

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

 span { border-color: rgb(135,102,0); }

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