Html Css Color HEX #946F54 Leather

📋 copy color: '#946F54'

red 148 ◦ green 111 ◦ blue 84

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

Shades of Leather #946F54

Tints of Leather #946F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 43.15%
G = 32.36%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946F54 (or 0x946F54) is known color: Leather. HEX triplet: 94, 6F and 54. RGB value is (148,111,84). Sum of RGB (Red+Green+Blue) = 148+111+84=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F54 is #6B90AB. Grayscale: #777777. Windows color (decimal): -7049388 or 5533588. OLE color: 5533588.

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

Color convert

RGB 148 111 84 -
CMYK 0 0.25 0.43 0.42
HSL 25.31º 0.28% 0.45% -
HSV(B) 25.31º 0.43% 0.58% -
XYZ 19.5 18.3 10.89 -
YUV 118.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 148 111 84 0 0.25 0.43 0.42 25.31 0.28 0.45
Hex 94 6F 54 0 19 2B 2A 19 1C 2D
Octal 224 157 124 0 31 53 52 31 34 55
Binary 10010100 1101111 1010100 0 11001 101011 101010 11001 11100 101101

Color Harmonies of #946F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F54

Black with #946F54

Text Example


Text Example

White with #946F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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