Html Css Color HEX #946B54 Leather

📋 copy color: '#946B54'

red 148 ◦ green 107 ◦ blue 84

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

Shades of Leather #946B54

Tints of Leather #946B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 43.66%
G = 31.56%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946B54 (or 0x946B54) is known color: Leather. HEX triplet: 94, 6B and 54. RGB value is (148,107,84). Sum of RGB (Red+Green+Blue) = 148+107+84=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B54 is #6B94AB. Grayscale: #747474. Windows color (decimal): -7050412 or 5532564. OLE color: 5532564.

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

Color convert

RGB 148 107 84 -
CMYK 0 0.28 0.43 0.42
HSL 21.56º 0.28% 0.45% -
HSV(B) 21.56º 0.43% 0.58% -
XYZ 19.07 17.45 10.75 -
YUV 116.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 148 107 84 0 0.28 0.43 0.42 21.56 0.28 0.45
Hex 94 6B 54 0 1C 2B 2A 16 1C 2D
Octal 224 153 124 0 34 53 52 26 34 55
Binary 10010100 1101011 1010100 0 11100 101011 101010 10110 11100 101101

Color Harmonies of #946B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B54

Black with #946B54

Text Example


Text Example

White with #946B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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