Html Css Color HEX #946858 Leather

📋 copy color: '#946858'

red 148 ◦ green 104 ◦ blue 88

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

Shades of Leather #946858

Tints of Leather #946858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 43.53%
G = 30.59%
B = 25.88%

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

#946858 (or 0x946858) is known color: Leather. HEX triplet: 94, 68 and 58. RGB value is (148,104,88). Sum of RGB (Red+Green+Blue) = 148+104+88=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946858 is #6B97A7. Grayscale: #737373. Windows color (decimal): -7051176 or 5793940. OLE color: 5793940.

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

Color convert

RGB 148 104 88 -
CMYK 0 0.30 0.41 0.42
HSL 16º 0.25% 0.46% -
HSV(B) 16º 0.41% 0.58% -
XYZ 18.92 16.9 11.5 -
YUV 115.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 148 104 88 0 0.30 0.41 0.42 16 0.25 0.46
Hex 94 68 58 0 1E 29 2A 10 19 2E
Octal 224 150 130 0 36 51 52 20 31 56
Binary 10010100 1101000 1011000 0 11110 101001 101010 10000 11001 101110

Color Harmonies of #946858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946858

Black with #946858

Text Example


Text Example

White with #946858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946858; }

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

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

background-color css

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

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

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

border-color css

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

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

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