Html Css Color HEX #876D14 Yukon Gold

📋 copy color: '#876D14'

red 135 ◦ green 109 ◦ blue 20

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

Shades of Yukon Gold #876D14

Tints of Yukon Gold #876D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.29%

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

R = 51.14%
G = 41.29%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#876D14 (or 0x876D14) is known color: Yukon Gold. HEX triplet: 87, 6D and 14. RGB value is (135,109,20). Sum of RGB (Red+Green+Blue) = 135+109+20=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #876D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876D14 is #7892EB. Grayscale: #6B6B6B. Windows color (decimal): -7901932 or 1338759. OLE color: 1338759.

HSL color Cylindrical-coordinate representation of color #876D14: hue angle of 46.43º 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 #876D14 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 109 20 -
CMYK 0 0.19 0.85 0.47
HSL 46.43º 0.74% 0.3% -
HSV(B) 46.43º 0.85% 0.53% -
XYZ 15.59 16.14 2.96 -
YUV 106.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 135 109 20 0 0.19 0.85 0.47 46.43 0.74 0.3
Hex 87 6D 14 0 13 55 2F 2E 4A 1E
Octal 207 155 24 0 23 125 57 56 112 36
Binary 10000111 1101101 10100 0 10011 1010101 101111 101110 1001010 11110

Color Harmonies of #876D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D14

Black with #876D14

Text Example


Text Example

White with #876D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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