Html Css Color HEX #856616 Yukon Gold

📋 copy color: '#856616'

red 133 ◦ green 102 ◦ blue 22

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

Shades of Yukon Gold #856616

Tints of Yukon Gold #856616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.69%

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

R = 51.75%
G = 39.69%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856616 (or 0x856616) is known color: Yukon Gold. HEX triplet: 85, 66 and 16. RGB value is (133,102,22). Sum of RGB (Red+Green+Blue) = 133+102+22=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #856616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856616 is #7A99E9. Grayscale: #666666. Windows color (decimal): -8034794 or 1468037. OLE color: 1468037.

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

Color convert

RGB 133 102 22 -
CMYK 0 0.23 0.83 0.48
HSL 43.24º 0.72% 0.3% -
HSV(B) 43.24º 0.83% 0.52% -
XYZ 14.57 14.55 2.8 -
YUV 102.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 133 102 22 0 0.23 0.83 0.48 43.24 0.72 0.3
Hex 85 66 16 0 17 53 30 2B 48 1E
Octal 205 146 26 0 27 123 60 53 110 36
Binary 10000101 1100110 10110 0 10111 1010011 110000 101011 1001000 11110

Color Harmonies of #856616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856616

Black with #856616

Text Example


Text Example

White with #856616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856616; }

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

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

background-color css

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

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

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

border-color css

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

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

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