Html Css Color HEX #946757 Leather

📋 copy color: '#946757'

red 148 ◦ green 103 ◦ blue 87

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

Shades of Leather #946757

Tints of Leather #946757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 43.79%
G = 30.47%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946757 (or 0x946757) is known color: Leather. HEX triplet: 94, 67 and 57. RGB value is (148,103,87). Sum of RGB (Red+Green+Blue) = 148+103+87=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #946757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946757 is #6B98A8. Grayscale: #727272. Windows color (decimal): -7051433 or 5728148. OLE color: 5728148.

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

Color convert

RGB 148 103 87 -
CMYK 0 0.30 0.41 0.42
HSL 15.74º 0.26% 0.46% -
HSV(B) 15.74º 0.41% 0.58% -
XYZ 18.78 16.68 11.25 -
YUV 114.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 148 103 87 0 0.30 0.41 0.42 15.74 0.26 0.46
Hex 94 67 57 0 1E 29 2A 10 1A 2E
Octal 224 147 127 0 36 51 52 20 32 56
Binary 10010100 1100111 1010111 0 11110 101001 101010 10000 11010 101110

Color Harmonies of #946757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946757

Black with #946757

Text Example


Text Example

White with #946757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946757; }

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

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

background-color css

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

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

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

border-color css

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

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

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