Html Css Color HEX #946D56 Leather

📋 copy color: '#946D56'

red 148 ◦ green 109 ◦ blue 86

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

Shades of Leather #946D56

Tints of Leather #946D56

RGB

 RED value IS 148 (58.2% from 255) = 43.15%

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 43.15%
G = 31.78%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#946D56 (or 0x946D56) is known color: Leather. HEX triplet: 94, 6D and 56. RGB value is (148,109,86). Sum of RGB (Red+Green+Blue) = 148+109+86=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D56 is #6B92A9. Grayscale: #767676. Windows color (decimal): -7049898 or 5664148. OLE color: 5664148.

HSL color Cylindrical-coordinate representation of color #946D56: hue angle of 22.26º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946D56 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 86 -
CMYK 0 0.26 0.42 0.42
HSL 22.26º 0.26% 0.46% -
HSV(B) 22.26º 0.42% 0.58% -
XYZ 19.36 17.91 11.24 -
YUV 118.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 148 109 86 0 0.26 0.42 0.42 22.26 0.26 0.46
Hex 94 6D 56 0 1A 2A 2A 16 1A 2E
Octal 224 155 126 0 32 52 52 26 32 56
Binary 10010100 1101101 1010110 0 11010 101010 101010 10110 11010 101110

Color Harmonies of #946D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D56

Black with #946D56

Text Example


Text Example

White with #946D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D56; }

 p { color: rgb(148,109,86); }

 H1.HeaderClassName
 {
   color: #946D56;
 }
 .AnyTagClassName
 {
   color: #946D56;
 }
</style>

background-color css

<style>
 a { background-color: #946D56; }

 a { background-color: rgb(148,109,86); }

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

border-color css

<style>
 span { border-color: #946D56; }

 span { border-color: rgb(148,109,86); }

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