Html Css Color HEX #946957 Leather

📋 copy color: '#946957'

red 148 ◦ green 105 ◦ blue 87

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

Shades of Leather #946957

Tints of Leather #946957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 43.53%
G = 30.88%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946957 (or 0x946957) is known color: Leather. HEX triplet: 94, 69 and 57. RGB value is (148,105,87). Sum of RGB (Red+Green+Blue) = 148+105+87=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946957 is #6B96A8. Grayscale: #737373. Windows color (decimal): -7050921 or 5728660. OLE color: 5728660.

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

Color convert

RGB 148 105 87 -
CMYK 0 0.29 0.41 0.42
HSL 17.7º 0.26% 0.46% -
HSV(B) 17.7º 0.41% 0.58% -
XYZ 18.98 17.09 11.31 -
YUV 115.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 148 105 87 0 0.29 0.41 0.42 17.7 0.26 0.46
Hex 94 69 57 0 1D 29 2A 12 1A 2E
Octal 224 151 127 0 35 51 52 22 32 56
Binary 10010100 1101001 1010111 0 11101 101001 101010 10010 11010 101110

Color Harmonies of #946957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946957

Black with #946957

Text Example


Text Example

White with #946957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946957; }

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

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

background-color css

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

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

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

border-color css

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

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

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