Html Css Color HEX #856915 Yukon Gold

📋 copy color: '#856915'

red 133 ◦ green 105 ◦ blue 21

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

Shades of Yukon Gold #856915

Tints of Yukon Gold #856915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 51.35%
G = 40.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856915 (or 0x856915) is known color: Yukon Gold. HEX triplet: 85, 69 and 15. RGB value is (133,105,21). Sum of RGB (Red+Green+Blue) = 133+105+21=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856915 is #7A96EA. Grayscale: #686868. Windows color (decimal): -8034027 or 1403269. OLE color: 1403269.

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

Color convert

RGB 133 105 21 -
CMYK 0 0.21 0.84 0.48
HSL 45º 0.73% 0.3% -
HSV(B) 45º 0.84% 0.52% -
XYZ 14.86 15.14 2.85 -
YUV 103.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 133 105 21 0 0.21 0.84 0.48 45 0.73 0.3
Hex 85 69 15 0 15 54 30 2D 49 1E
Octal 205 151 25 0 25 124 60 55 111 36
Binary 10000101 1101001 10101 0 10101 1010100 110000 101101 1001001 11110

Color Harmonies of #856915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856915

Black with #856915

Text Example


Text Example

White with #856915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856915; }

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

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

background-color css

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

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

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

border-color css

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

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

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