Html Css Color HEX #856B13 Yukon Gold

📋 copy color: '#856B13'

red 133 ◦ green 107 ◦ blue 19

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

Shades of Yukon Gold #856B13

Tints of Yukon Gold #856B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.31%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 51.35%
G = 41.31%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856B13 (or 0x856B13) is known color: Yukon Gold. HEX triplet: 85, 6B and 13. RGB value is (133,107,19). Sum of RGB (Red+Green+Blue) = 133+107+19=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B13 is #7A94EC. Grayscale: #696969. Windows color (decimal): -8033517 or 1272709. OLE color: 1272709.

HSL color Cylindrical-coordinate representation of color #856B13: hue angle of 46.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #856B13 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 19 -
CMYK 0 0.20 0.86 0.48
HSL 46.32º 0.75% 0.3% -
HSV(B) 46.32º 0.86% 0.52% -
XYZ 15.05 15.55 2.82 -
YUV 104.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 133 107 19 0 0.20 0.86 0.48 46.32 0.75 0.3
Hex 85 6B 13 0 14 56 30 2E 4B 1E
Octal 205 153 23 0 24 126 60 56 113 36
Binary 10000101 1101011 10011 0 10100 1010110 110000 101110 1001011 11110

Color Harmonies of #856B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B13

Black with #856B13

Text Example


Text Example

White with #856B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,107,19); }

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

background-color css

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

 a { background-color: rgb(133,107,19); }

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

border-color css

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

 span { border-color: rgb(133,107,19); }

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