Html Css Color HEX #876C0E Yukon Gold

📋 copy color: '#876C0E'

red 135 ◦ green 108 ◦ blue 14

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

Shades of Yukon Gold #876C0E

Tints of Yukon Gold #876C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 52.53%
G = 42.02%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#876C0E (or 0x876C0E) is known color: Yukon Gold. HEX triplet: 87, 6C and 0E. RGB value is (135,108,14). Sum of RGB (Red+Green+Blue) = 135+108+14=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #876C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C0E is #7893F1. Grayscale: #696969. Windows color (decimal): -7902194 or 945287. OLE color: 945287.

HSL color Cylindrical-coordinate representation of color #876C0E: hue angle of 46.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #876C0E is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 14 -
CMYK 0 0.2 0.90 0.47
HSL 46.61º 0.81% 0.29% -
HSV(B) 46.61º 0.9% 0.53% -
XYZ 15.43 15.91 2.67 -
YUV 105.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 135 108 14 0 0.2 0.90 0.47 46.61 0.81 0.29
Hex 87 6C E 0 14 5A 2F 2F 51 1D
Octal 207 154 16 0 24 132 57 57 121 35
Binary 10000111 1101100 1110 0 10100 1011010 101111 101111 1010001 11101

Color Harmonies of #876C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C0E

Black with #876C0E

Text Example


Text Example

White with #876C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,14); }

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

background-color css

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

 a { background-color: rgb(135,108,14); }

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

border-color css

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

 span { border-color: rgb(135,108,14); }

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