Html Css Color HEX #856F1B Yukon Gold

📋 copy color: '#856F1B'

red 133 ◦ green 111 ◦ blue 27

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

Shades of Yukon Gold #856F1B

Tints of Yukon Gold #856F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 49.08%
G = 40.96%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#856F1B (or 0x856F1B) is known color: Yukon Gold. HEX triplet: 85, 6F and 1B. RGB value is (133,111,27). Sum of RGB (Red+Green+Blue) = 133+111+27=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F1B is #7A90E4. Grayscale: #6C6C6C. Windows color (decimal): -8032485 or 1798021. OLE color: 1798021.

HSL color Cylindrical-coordinate representation of color #856F1B: hue angle of 47.55º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #856F1B is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 27 -
CMYK 0 0.17 0.80 0.48
HSL 47.55º 0.66% 0.31% -
HSV(B) 47.55º 0.8% 0.52% -
XYZ 15.56 16.43 3.39 -
YUV 108 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 133 111 27 0 0.17 0.80 0.48 47.55 0.66 0.31
Hex 85 6F 1B 0 11 50 30 30 42 1F
Octal 205 157 33 0 21 120 60 60 102 37
Binary 10000101 1101111 11011 0 10001 1010000 110000 110000 1000010 11111

Color Harmonies of #856F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F1B

Black with #856F1B

Text Example


Text Example

White with #856F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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