Html Css Color HEX #946B57 Leather

📋 copy color: '#946B57'

red 148 ◦ green 107 ◦ blue 87

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

Shades of Leather #946B57

Tints of Leather #946B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 43.27%
G = 31.29%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946B57 (or 0x946B57) is known color: Leather. HEX triplet: 94, 6B and 57. RGB value is (148,107,87). Sum of RGB (Red+Green+Blue) = 148+107+87=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B57 is #6B94A8. Grayscale: #757575. Windows color (decimal): -7050409 or 5729172. OLE color: 5729172.

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

Color convert

RGB 148 107 87 -
CMYK 0 0.28 0.41 0.42
HSL 19.67º 0.26% 0.46% -
HSV(B) 19.67º 0.41% 0.58% -
XYZ 19.19 17.5 11.38 -
YUV 116.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 148 107 87 0 0.28 0.41 0.42 19.67 0.26 0.46
Hex 94 6B 57 0 1C 29 2A 14 1A 2E
Octal 224 153 127 0 34 51 52 24 32 56
Binary 10010100 1101011 1010111 0 11100 101001 101010 10100 11010 101110

Color Harmonies of #946B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B57

Black with #946B57

Text Example


Text Example

White with #946B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,87); }

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

background-color css

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

 a { background-color: rgb(148,107,87); }

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

border-color css

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

 span { border-color: rgb(148,107,87); }

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