Html Css Color HEX #856C1E Yukon Gold

📋 copy color: '#856C1E'

red 133 ◦ green 108 ◦ blue 30

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

Shades of Yukon Gold #856C1E

Tints of Yukon Gold #856C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 49.08%
G = 39.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#856C1E (or 0x856C1E) is known color: Yukon Gold. HEX triplet: 85, 6C and 1E. RGB value is (133,108,30). Sum of RGB (Red+Green+Blue) = 133+108+30=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C1E is #7A93E1. Grayscale: #6A6A6A. Windows color (decimal): -8033250 or 1993861. OLE color: 1993861.

HSL color Cylindrical-coordinate representation of color #856C1E: hue angle of 45.44º degrees, saturation: 0.63, 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 #856C1E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 30 -
CMYK 0 0.19 0.77 0.48
HSL 45.44º 0.63% 0.32% -
HSV(B) 45.44º 0.77% 0.52% -
XYZ 15.27 15.81 3.47 -
YUV 106.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 133 108 30 0 0.19 0.77 0.48 45.44 0.63 0.32
Hex 85 6C 1E 0 13 4D 30 2D 3F 20
Octal 205 154 36 0 23 115 60 55 77 40
Binary 10000101 1101100 11110 0 10011 1001101 110000 101101 111111 100000

Color Harmonies of #856C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C1E

Black with #856C1E

Text Example


Text Example

White with #856C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,30); }

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

background-color css

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

 a { background-color: rgb(133,108,30); }

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

border-color css

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

 span { border-color: rgb(133,108,30); }

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