Html Css Color HEX #946954 Leather

📋 copy color: '#946954'

red 148 ◦ green 105 ◦ blue 84

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

Shades of Leather #946954

Tints of Leather #946954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 43.92%
G = 31.16%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946954 (or 0x946954) is known color: Leather. HEX triplet: 94, 69 and 54. RGB value is (148,105,84). Sum of RGB (Red+Green+Blue) = 148+105+84=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946954 is #6B96AB. Grayscale: #737373. Windows color (decimal): -7050924 or 5532052. OLE color: 5532052.

HSL color Cylindrical-coordinate representation of color #946954: hue angle of 19.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #946954 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 84 -
CMYK 0 0.29 0.43 0.42
HSL 19.69º 0.28% 0.45% -
HSV(B) 19.69º 0.43% 0.58% -
XYZ 18.86 17.04 10.68 -
YUV 115.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 148 105 84 0 0.29 0.43 0.42 19.69 0.28 0.45
Hex 94 69 54 0 1D 2B 2A 14 1C 2D
Octal 224 151 124 0 35 53 52 24 34 55
Binary 10010100 1101001 1010100 0 11101 101011 101010 10100 11100 101101

Color Harmonies of #946954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946954

Black with #946954

Text Example


Text Example

White with #946954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946954; }

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

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

background-color css

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

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

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

border-color css

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

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

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