Html Css Color HEX #946958 Leather

📋 copy color: '#946958'

red 148 ◦ green 105 ◦ blue 88

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

Shades of Leather #946958

Tints of Leather #946958

RGB

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

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

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

R = 43.4%
G = 30.79%
B = 25.81%

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

#946958 (or 0x946958) is known color: Leather. HEX triplet: 94, 69 and 58. RGB value is (148,105,88). Sum of RGB (Red+Green+Blue) = 148+105+88=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946958 is #6B96A7. Grayscale: #747474. Windows color (decimal): -7050920 or 5794196. OLE color: 5794196.

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

Color convert

RGB 148 105 88 -
CMYK 0 0.29 0.41 0.42
HSL 17º 0.25% 0.46% -
HSV(B) 17º 0.41% 0.58% -
XYZ 19.03 17.1 11.53 -
YUV 115.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 148 105 88 0 0.29 0.41 0.42 17 0.25 0.46
Hex 94 69 58 0 1D 29 2A 11 19 2E
Octal 224 151 130 0 35 51 52 21 31 56
Binary 10010100 1101001 1011000 0 11101 101001 101010 10001 11001 101110

Color Harmonies of #946958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946958

Black with #946958

Text Example


Text Example

White with #946958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946958; }

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

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

background-color css

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

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

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

border-color css

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

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

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