Html Css Color HEX #856516 Yukon Gold

📋 copy color: '#856516'

red 133 ◦ green 101 ◦ blue 22

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

Shades of Yukon Gold #856516

Tints of Yukon Gold #856516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

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

R = 51.95%
G = 39.45%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856516 (or 0x856516) is known color: Yukon Gold. HEX triplet: 85, 65 and 16. RGB value is (133,101,22). Sum of RGB (Red+Green+Blue) = 133+101+22=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856516 is #7A9AE9. Grayscale: #656565. Windows color (decimal): -8035050 or 1467781. OLE color: 1467781.

HSL color Cylindrical-coordinate representation of color #856516: hue angle of 42.7º 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 #856516 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 22 -
CMYK 0 0.24 0.83 0.48
HSL 42.7º 0.72% 0.3% -
HSV(B) 42.7º 0.83% 0.52% -
XYZ 14.47 14.35 2.77 -
YUV 101.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 133 101 22 0 0.24 0.83 0.48 42.7 0.72 0.3
Hex 85 65 16 0 18 53 30 2B 48 1E
Octal 205 145 26 0 30 123 60 53 110 36
Binary 10000101 1100101 10110 0 11000 1010011 110000 101011 1001000 11110

Color Harmonies of #856516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856516

Black with #856516

Text Example


Text Example

White with #856516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856516; }

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

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

background-color css

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

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

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

border-color css

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

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

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