Html Css Color HEX #946A58 Leather

📋 copy color: '#946A58'

red 148 ◦ green 106 ◦ blue 88

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

Shades of Leather #946A58

Tints of Leather #946A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

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

R = 43.27%
G = 30.99%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946A58 (or 0x946A58) is known color: Leather. HEX triplet: 94, 6A and 58. RGB value is (148,106,88). Sum of RGB (Red+Green+Blue) = 148+106+88=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A58 is #6B95A7. Grayscale: #747474. Windows color (decimal): -7050664 or 5794452. OLE color: 5794452.

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

Color convert

RGB 148 106 88 -
CMYK 0 0.28 0.41 0.42
HSL 18º 0.25% 0.46% -
HSV(B) 18º 0.41% 0.58% -
XYZ 19.13 17.31 11.57 -
YUV 116.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 148 106 88 0 0.28 0.41 0.42 18 0.25 0.46
Hex 94 6A 58 0 1C 29 2A 12 19 2E
Octal 224 152 130 0 34 51 52 22 31 56
Binary 10010100 1101010 1011000 0 11100 101001 101010 10010 11001 101110

Color Harmonies of #946A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A58

Black with #946A58

Text Example


Text Example

White with #946A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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