Html Css Color HEX #876102 Golden Brown

📋 copy color: '#876102'

red 135 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #876102

Tints of Golden Brown #876102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 57.69%
G = 41.45%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876102 (or 0x876102) is known color: Golden Brown. HEX triplet: 87, 61 and 02. RGB value is (135,97,2). Sum of RGB (Red+Green+Blue) = 135+97+2=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #876102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876102 is #789EFD. Grayscale: #616161. Windows color (decimal): -7905022 or 156039. OLE color: 156039.

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

Color convert

RGB 135 97 2 -
CMYK 0 0.28 0.99 0.47
HSL 42.86º 0.97% 0.27% -
HSV(B) 42.86º 0.99% 0.53% -
XYZ 14.28 13.7 1.95 -
YUV 97.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 135 97 2 0 0.28 0.99 0.47 42.86 0.97 0.27
Hex 87 61 2 0 1C 63 2F 2B 61 1B
Octal 207 141 2 0 34 143 57 53 141 33
Binary 10000111 1100001 10 0 11100 1100011 101111 101011 1100001 11011

Color Harmonies of #876102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876102

Black with #876102

Text Example


Text Example

White with #876102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876102; }

 p { color: rgb(135,97,2); }

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

background-color css

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

 a { background-color: rgb(135,97,2); }

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

border-color css

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

 span { border-color: rgb(135,97,2); }

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