Html Css Color HEX #856C0E Yukon Gold

📋 copy color: '#856C0E'

red 133 ◦ green 108 ◦ blue 14

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

Shades of Yukon Gold #856C0E

Tints of Yukon Gold #856C0E

RGB

 RED value IS 133 (52.34% from 255) = 52.16%

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

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

R = 52.16%
G = 42.35%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#856C0E (or 0x856C0E) is known color: Yukon Gold. HEX triplet: 85, 6C and 0E. RGB value is (133,108,14). Sum of RGB (Red+Green+Blue) = 133+108+14=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #856C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C0E is #7A93F1. Grayscale: #696969. Windows color (decimal): -8033266 or 945285. OLE color: 945285.

HSL color Cylindrical-coordinate representation of color #856C0E: hue angle of 47.39º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #856C0E is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 14 -
CMYK 0 0.19 0.89 0.48
HSL 47.39º 0.81% 0.29% -
HSV(B) 47.39º 0.89% 0.52% -
XYZ 15.11 15.74 2.66 -
YUV 104.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 133 108 14 0 0.19 0.89 0.48 47.39 0.81 0.29
Hex 85 6C E 0 13 59 30 2F 51 1D
Octal 205 154 16 0 23 131 60 57 121 35
Binary 10000101 1101100 1110 0 10011 1011001 110000 101111 1010001 11101

Color Harmonies of #856C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C0E

Black with #856C0E

Text Example


Text Example

White with #856C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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