Html Css Color HEX #856C18 Yukon Gold

📋 copy color: '#856C18'

red 133 ◦ green 108 ◦ blue 24

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

Shades of Yukon Gold #856C18

Tints of Yukon Gold #856C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 50.19%
G = 40.75%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#856C18 (or 0x856C18) is known color: Yukon Gold. HEX triplet: 85, 6C and 18. RGB value is (133,108,24). Sum of RGB (Red+Green+Blue) = 133+108+24=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C18 is #7A93E7. Grayscale: #6A6A6A. Windows color (decimal): -8033256 or 1600645. OLE color: 1600645.

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

Color convert

RGB 133 108 24 -
CMYK 0 0.19 0.82 0.48
HSL 46.24º 0.69% 0.31% -
HSV(B) 46.24º 0.82% 0.52% -
XYZ 15.2 15.78 3.11 -
YUV 105.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 133 108 24 0 0.19 0.82 0.48 46.24 0.69 0.31
Hex 85 6C 18 0 13 52 30 2E 45 1F
Octal 205 154 30 0 23 122 60 56 105 37
Binary 10000101 1101100 11000 0 10011 1010010 110000 101110 1000101 11111

Color Harmonies of #856C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C18

Black with #856C18

Text Example


Text Example

White with #856C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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