Html Css Color HEX #856F1F Yukon Gold

📋 copy color: '#856F1F'

red 133 ◦ green 111 ◦ blue 31

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

Shades of Yukon Gold #856F1F

Tints of Yukon Gold #856F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 48.36%
G = 40.36%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#856F1F (or 0x856F1F) is known color: Yukon Gold. HEX triplet: 85, 6F and 1F. RGB value is (133,111,31). Sum of RGB (Red+Green+Blue) = 133+111+31=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F1F is #7A90E0. Grayscale: #6C6C6C. Windows color (decimal): -8032481 or 2060165. OLE color: 2060165.

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

Color convert

RGB 133 111 31 -
CMYK 0 0.17 0.77 0.48
HSL 47.06º 0.62% 0.32% -
HSV(B) 47.06º 0.77% 0.52% -
XYZ 15.6 16.45 3.65 -
YUV 108.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 133 111 31 0 0.17 0.77 0.48 47.06 0.62 0.32
Hex 85 6F 1F 0 11 4D 30 2F 3E 20
Octal 205 157 37 0 21 115 60 57 76 40
Binary 10000101 1101111 11111 0 10001 1001101 110000 101111 111110 100000

Color Harmonies of #856F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F1F

Black with #856F1F

Text Example


Text Example

White with #856F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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