Html Css Color HEX #856816 Yukon Gold

📋 copy color: '#856816'

red 133 ◦ green 104 ◦ blue 22

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

Shades of Yukon Gold #856816

Tints of Yukon Gold #856816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

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

R = 51.35%
G = 40.15%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856816 (or 0x856816) is known color: Yukon Gold. HEX triplet: 85, 68 and 16. RGB value is (133,104,22). Sum of RGB (Red+Green+Blue) = 133+104+22=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856816 is #7A97E9. Grayscale: #676767. Windows color (decimal): -8034282 or 1468549. OLE color: 1468549.

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

Color convert

RGB 133 104 22 -
CMYK 0 0.22 0.83 0.48
HSL 44.32º 0.72% 0.3% -
HSV(B) 44.32º 0.83% 0.52% -
XYZ 14.77 14.95 2.87 -
YUV 103.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 133 104 22 0 0.22 0.83 0.48 44.32 0.72 0.3
Hex 85 68 16 0 16 53 30 2C 48 1E
Octal 205 150 26 0 26 123 60 54 110 36
Binary 10000101 1101000 10110 0 10110 1010011 110000 101100 1001000 11110

Color Harmonies of #856816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856816

Black with #856816

Text Example


Text Example

White with #856816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856816; }

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

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

background-color css

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

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

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

border-color css

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

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

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