Html Css Color HEX #946857 Leather

📋 copy color: '#946857'

red 148 ◦ green 104 ◦ blue 87

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

Shades of Leather #946857

Tints of Leather #946857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 43.66%
G = 30.68%
B = 25.66%

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

#946857 (or 0x946857) is known color: Leather. HEX triplet: 94, 68 and 57. RGB value is (148,104,87). Sum of RGB (Red+Green+Blue) = 148+104+87=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946857 is #6B97A8. Grayscale: #737373. Windows color (decimal): -7051177 or 5728404. OLE color: 5728404.

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

Color convert

RGB 148 104 87 -
CMYK 0 0.30 0.41 0.42
HSL 16.72º 0.26% 0.46% -
HSV(B) 16.72º 0.41% 0.58% -
XYZ 18.88 16.88 11.28 -
YUV 115.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 148 104 87 0 0.30 0.41 0.42 16.72 0.26 0.46
Hex 94 68 57 0 1E 29 2A 11 1A 2E
Octal 224 150 127 0 36 51 52 21 32 56
Binary 10010100 1101000 1010111 0 11110 101001 101010 10001 11010 101110

Color Harmonies of #946857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946857

Black with #946857

Text Example


Text Example

White with #946857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946857; }

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

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

background-color css

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

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

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

border-color css

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

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

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