Html Css Color HEX #856A09 Yukon Gold

📋 copy color: '#856A09'

red 133 ◦ green 106 ◦ blue 9

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

Shades of Yukon Gold #856A09

Tints of Yukon Gold #856A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.74%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 53.63%
G = 42.74%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#856A09 (or 0x856A09) is known color: Yukon Gold. HEX triplet: 85, 6A and 09. RGB value is (133,106,9). Sum of RGB (Red+Green+Blue) = 133+106+9=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A09 is #7A95F6. Grayscale: #676767. Windows color (decimal): -8033783 or 617093. OLE color: 617093.

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

Color convert

RGB 133 106 9 -
CMYK 0 0.20 0.93 0.48
HSL 46.94º 0.87% 0.28% -
HSV(B) 46.94º 0.93% 0.52% -
XYZ 14.88 15.31 2.43 -
YUV 103.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 133 106 9 0 0.20 0.93 0.48 46.94 0.87 0.28
Hex 85 6A 9 0 14 5D 30 2F 57 1C
Octal 205 152 11 0 24 135 60 57 127 34
Binary 10000101 1101010 1001 0 10100 1011101 110000 101111 1010111 11100

Color Harmonies of #856A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A09

Black with #856A09

Text Example


Text Example

White with #856A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,106,9); }

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

background-color css

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

 a { background-color: rgb(133,106,9); }

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

border-color css

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

 span { border-color: rgb(133,106,9); }

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