Html Css Color HEX #856116 Yukon Gold

📋 copy color: '#856116'

red 133 ◦ green 97 ◦ blue 22

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

Shades of Yukon Gold #856116

Tints of Yukon Gold #856116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 52.78%
G = 38.49%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856116 (or 0x856116) is known color: Yukon Gold. HEX triplet: 85, 61 and 16. RGB value is (133,97,22). Sum of RGB (Red+Green+Blue) = 133+97+22=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856116 is #7A9EE9. Grayscale: #636363. Windows color (decimal): -8036074 or 1466757. OLE color: 1466757.

HSL color Cylindrical-coordinate representation of color #856116: hue angle of 40.54º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #856116 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 22 -
CMYK 0 0.27 0.83 0.48
HSL 40.54º 0.72% 0.3% -
HSV(B) 40.54º 0.83% 0.52% -
XYZ 14.09 13.59 2.64 -
YUV 99.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 133 97 22 0 0.27 0.83 0.48 40.54 0.72 0.3
Hex 85 61 16 0 1B 53 30 29 48 1E
Octal 205 141 26 0 33 123 60 51 110 36
Binary 10000101 1100001 10110 0 11011 1010011 110000 101001 1001000 11110

Color Harmonies of #856116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856116

Black with #856116

Text Example


Text Example

White with #856116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856116; }

 p { color: rgb(133,97,22); }

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

background-color css

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

 a { background-color: rgb(133,97,22); }

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

border-color css

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

 span { border-color: rgb(133,97,22); }

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