Html Css Color HEX #856F21 Yukon Gold

📋 copy color: '#856F21'

red 133 ◦ green 111 ◦ blue 33

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

Shades of Yukon Gold #856F21

Tints of Yukon Gold #856F21

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 48.01%
G = 40.07%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856F21 (or 0x856F21) is known color: Yukon Gold. HEX triplet: 85, 6F and 21. RGB value is (133,111,33). Sum of RGB (Red+Green+Blue) = 133+111+33=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F21 is #7A90DE. Grayscale: #6D6D6D. Windows color (decimal): -8032479 or 2191237. OLE color: 2191237.

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

Color convert

RGB 133 111 33 -
CMYK 0 0.17 0.75 0.48
HSL 46.8º 0.6% 0.33% -
HSV(B) 46.8º 0.75% 0.52% -
XYZ 15.63 16.47 3.79 -
YUV 108.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 133 111 33 0 0.17 0.75 0.48 46.8 0.6 0.33
Hex 85 6F 21 0 11 4B 30 2F 3C 21
Octal 205 157 41 0 21 113 60 57 74 41
Binary 10000101 1101111 100001 0 10001 1001011 110000 101111 111100 100001

Color Harmonies of #856F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F21

Black with #856F21

Text Example


Text Example

White with #856F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,33); }

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

background-color css

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

 a { background-color: rgb(133,111,33); }

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

border-color css

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

 span { border-color: rgb(133,111,33); }

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