Html Css Color HEX #856C0F Yukon Gold

📋 copy color: '#856C0F'

red 133 ◦ green 108 ◦ blue 15

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

Shades of Yukon Gold #856C0F

Tints of Yukon Gold #856C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 51.95%
G = 42.19%
B = 5.86%

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

#856C0F (or 0x856C0F) is known color: Yukon Gold. HEX triplet: 85, 6C and 0F. RGB value is (133,108,15). Sum of RGB (Red+Green+Blue) = 133+108+15=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C0F is #7A93F0. Grayscale: #696969. Windows color (decimal): -8033265 or 1010821. OLE color: 1010821.

HSL color Cylindrical-coordinate representation of color #856C0F: hue angle of 47.29º degrees, saturation: 0.8, 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 #856C0F is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 15 -
CMYK 0 0.19 0.89 0.48
HSL 47.29º 0.8% 0.29% -
HSV(B) 47.29º 0.89% 0.52% -
XYZ 15.12 15.75 2.69 -
YUV 104.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 133 108 15 0 0.19 0.89 0.48 47.29 0.8 0.29
Hex 85 6C F 0 13 59 30 2F 50 1D
Octal 205 154 17 0 23 131 60 57 120 35
Binary 10000101 1101100 1111 0 10011 1011001 110000 101111 1010000 11101

Color Harmonies of #856C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C0F

Black with #856C0F

Text Example


Text Example

White with #856C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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