Html Css Color HEX #946A57 Leather

📋 copy color: '#946A57'

red 148 ◦ green 106 ◦ blue 87

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

Shades of Leather #946A57

Tints of Leather #946A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

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

R = 43.4%
G = 31.09%
B = 25.51%

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

#946A57 (or 0x946A57) is known color: Leather. HEX triplet: 94, 6A and 57. RGB value is (148,106,87). Sum of RGB (Red+Green+Blue) = 148+106+87=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A57 is #6B95A8. Grayscale: #747474. Windows color (decimal): -7050665 or 5728916. OLE color: 5728916.

HSL color Cylindrical-coordinate representation of color #946A57: hue angle of 18.69º 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 #946A57 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 87 -
CMYK 0 0.28 0.41 0.42
HSL 18.69º 0.26% 0.46% -
HSV(B) 18.69º 0.41% 0.58% -
XYZ 19.09 17.29 11.35 -
YUV 116.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 148 106 87 0 0.28 0.41 0.42 18.69 0.26 0.46
Hex 94 6A 57 0 1C 29 2A 13 1A 2E
Octal 224 152 127 0 34 51 52 23 32 56
Binary 10010100 1101010 1010111 0 11100 101001 101010 10011 11010 101110

Color Harmonies of #946A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A57

Black with #946A57

Text Example


Text Example

White with #946A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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