Html Css Color HEX #856511 Yukon Gold

📋 copy color: '#856511'

red 133 ◦ green 101 ◦ blue 17

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

Shades of Yukon Gold #856511

Tints of Yukon Gold #856511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 52.99%
G = 40.24%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856511 (or 0x856511) is known color: Yukon Gold. HEX triplet: 85, 65 and 11. RGB value is (133,101,17). Sum of RGB (Red+Green+Blue) = 133+101+17=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856511 is #7A9AEE. Grayscale: #656565. Windows color (decimal): -8035055 or 1140101. OLE color: 1140101.

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

Color convert

RGB 133 101 17 -
CMYK 0 0.24 0.87 0.48
HSL 43.45º 0.77% 0.29% -
HSV(B) 43.45º 0.87% 0.52% -
XYZ 14.43 14.33 2.54 -
YUV 100.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 133 101 17 0 0.24 0.87 0.48 43.45 0.77 0.29
Hex 85 65 11 0 18 57 30 2B 4D 1D
Octal 205 145 21 0 30 127 60 53 115 35
Binary 10000101 1100101 10001 0 11000 1010111 110000 101011 1001101 11101

Color Harmonies of #856511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856511

Black with #856511

Text Example


Text Example

White with #856511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856511; }

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

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

background-color css

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

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

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

border-color css

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

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

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