Html Css Color HEX #856E10 Yukon Gold

📋 copy color: '#856E10'

red 133 ◦ green 110 ◦ blue 16

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

Shades of Yukon Gold #856E10

Tints of Yukon Gold #856E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.47%

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

R = 51.35%
G = 42.47%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#856E10 (or 0x856E10) is known color: Yukon Gold. HEX triplet: 85, 6E and 10. RGB value is (133,110,16). Sum of RGB (Red+Green+Blue) = 133+110+16=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E10 is #7A91EF. Grayscale: #6A6A6A. Windows color (decimal): -8032752 or 1076869. OLE color: 1076869.

HSL color Cylindrical-coordinate representation of color #856E10: hue angle of 48.21º 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 #856E10 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 16 -
CMYK 0 0.17 0.88 0.48
HSL 48.21º 0.79% 0.29% -
HSV(B) 48.21º 0.88% 0.52% -
XYZ 15.34 16.18 2.8 -
YUV 106.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 133 110 16 0 0.17 0.88 0.48 48.21 0.79 0.29
Hex 85 6E 10 0 11 58 30 30 4F 1D
Octal 205 156 20 0 21 130 60 60 117 35
Binary 10000101 1101110 10000 0 10001 1011000 110000 110000 1001111 11101

Color Harmonies of #856E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E10

Black with #856E10

Text Example


Text Example

White with #856E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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