Html Css Color HEX #856911 Yukon Gold

📋 copy color: '#856911'

red 133 ◦ green 105 ◦ blue 17

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

Shades of Yukon Gold #856911

Tints of Yukon Gold #856911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 52.16%
G = 41.18%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856911 (or 0x856911) is known color: Yukon Gold. HEX triplet: 85, 69 and 11. RGB value is (133,105,17). Sum of RGB (Red+Green+Blue) = 133+105+17=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #856911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856911 is #7A96EE. Grayscale: #676767. Windows color (decimal): -8034031 or 1141125. OLE color: 1141125.

HSL color Cylindrical-coordinate representation of color #856911: hue angle of 45.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #856911 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 17 -
CMYK 0 0.21 0.87 0.48
HSL 45.52º 0.77% 0.29% -
HSV(B) 45.52º 0.87% 0.52% -
XYZ 14.83 15.13 2.67 -
YUV 103.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 133 105 17 0 0.21 0.87 0.48 45.52 0.77 0.29
Hex 85 69 11 0 15 57 30 2E 4D 1D
Octal 205 151 21 0 25 127 60 56 115 35
Binary 10000101 1101001 10001 0 10101 1010111 110000 101110 1001101 11101

Color Harmonies of #856911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856911

Black with #856911

Text Example


Text Example

White with #856911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856911; }

 p { color: rgb(133,105,17); }

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

background-color css

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

 a { background-color: rgb(133,105,17); }

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

border-color css

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

 span { border-color: rgb(133,105,17); }

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