Html Css Color HEX #856C19 Yukon Gold

📋 copy color: '#856C19'

red 133 ◦ green 108 ◦ blue 25

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

Shades of Yukon Gold #856C19

Tints of Yukon Gold #856C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 50%
G = 40.6%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856C19 (or 0x856C19) is known color: Yukon Gold. HEX triplet: 85, 6C and 19. RGB value is (133,108,25). Sum of RGB (Red+Green+Blue) = 133+108+25=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C19 is #7A93E6. Grayscale: #6A6A6A. Windows color (decimal): -8033255 or 1666181. OLE color: 1666181.

HSL color Cylindrical-coordinate representation of color #856C19: hue angle of 46.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #856C19 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 25 -
CMYK 0 0.19 0.81 0.48
HSL 46.11º 0.68% 0.31% -
HSV(B) 46.11º 0.81% 0.52% -
XYZ 15.21 15.78 3.16 -
YUV 106.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 133 108 25 0 0.19 0.81 0.48 46.11 0.68 0.31
Hex 85 6C 19 0 13 51 30 2E 44 1F
Octal 205 154 31 0 23 121 60 56 104 37
Binary 10000101 1101100 11001 0 10011 1010001 110000 101110 1000100 11111

Color Harmonies of #856C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C19

Black with #856C19

Text Example


Text Example

White with #856C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,25); }

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

background-color css

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

 a { background-color: rgb(133,108,25); }

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

border-color css

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

 span { border-color: rgb(133,108,25); }

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