Html Css Color HEX #876514 Yukon Gold

📋 copy color: '#876514'

red 135 ◦ green 101 ◦ blue 20

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

Shades of Yukon Gold #876514

Tints of Yukon Gold #876514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 52.73%
G = 39.45%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#876514 (or 0x876514) is known color: Yukon Gold. HEX triplet: 87, 65 and 14. RGB value is (135,101,20). Sum of RGB (Red+Green+Blue) = 135+101+20=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #876514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876514 is #789AEB. Grayscale: #666666. Windows color (decimal): -7903980 or 1336711. OLE color: 1336711.

HSL color Cylindrical-coordinate representation of color #876514: hue angle of 42.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #876514 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 20 -
CMYK 0 0.25 0.85 0.47
HSL 42.26º 0.74% 0.3% -
HSV(B) 42.26º 0.85% 0.53% -
XYZ 14.77 14.51 2.68 -
YUV 101.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 135 101 20 0 0.25 0.85 0.47 42.26 0.74 0.3
Hex 87 65 14 0 19 55 2F 2A 4A 1E
Octal 207 145 24 0 31 125 57 52 112 36
Binary 10000111 1100101 10100 0 11001 1010101 101111 101010 1001010 11110

Color Harmonies of #876514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876514

Black with #876514

Text Example


Text Example

White with #876514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876514; }

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

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

background-color css

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

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

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

border-color css

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

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

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