Html Css Color HEX #876701 Golden Brown

📋 copy color: '#876701'

red 135 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #876701

Tints of Golden Brown #876701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 56.49%
G = 43.1%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876701 (or 0x876701) is known color: Golden Brown. HEX triplet: 87, 67 and 01. RGB value is (135,103,1). Sum of RGB (Red+Green+Blue) = 135+103+1=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #876701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876701 is #7898FE. Grayscale: #656565. Windows color (decimal): -7903487 or 92039. OLE color: 92039.

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

Color convert

RGB 135 103 1 -
CMYK 0 0.24 0.99 0.47
HSL 45.67º 0.99% 0.27% -
HSV(B) 45.67º 0.99% 0.53% -
XYZ 14.85 14.85 2.11 -
YUV 100.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 135 103 1 0 0.24 0.99 0.47 45.67 0.99 0.27
Hex 87 67 1 0 18 63 2F 2E 63 1B
Octal 207 147 1 0 30 143 57 56 143 33
Binary 10000111 1100111 1 0 11000 1100011 101111 101110 1100011 11011

Color Harmonies of #876701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876701

Black with #876701

Text Example


Text Example

White with #876701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876701; }

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

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

background-color css

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

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

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

border-color css

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

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

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