Html Css Color HEX #856D10 Yukon Gold

📋 copy color: '#856D10'

red 133 ◦ green 109 ◦ blue 16

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

Shades of Yukon Gold #856D10

Tints of Yukon Gold #856D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 51.55%
G = 42.25%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#856D10 (or 0x856D10) is known color: Yukon Gold. HEX triplet: 85, 6D and 10. RGB value is (133,109,16). Sum of RGB (Red+Green+Blue) = 133+109+16=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #856D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D10 is #7A92EF. Grayscale: #696969. Windows color (decimal): -8033008 or 1076613. OLE color: 1076613.

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

Color convert

RGB 133 109 16 -
CMYK 0 0.18 0.88 0.48
HSL 47.69º 0.79% 0.29% -
HSV(B) 47.69º 0.88% 0.52% -
XYZ 15.24 15.96 2.77 -
YUV 105.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 133 109 16 0 0.18 0.88 0.48 47.69 0.79 0.29
Hex 85 6D 10 0 12 58 30 30 4F 1D
Octal 205 155 20 0 22 130 60 60 117 35
Binary 10000101 1101101 10000 0 10010 1011000 110000 110000 1001111 11101

Color Harmonies of #856D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D10

Black with #856D10

Text Example


Text Example

White with #856D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,16); }

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

background-color css

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

 a { background-color: rgb(133,109,16); }

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

border-color css

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

 span { border-color: rgb(133,109,16); }

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