Html Css Color HEX #946856 Leather

📋 copy color: '#946856'

red 148 ◦ green 104 ◦ blue 86

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

Shades of Leather #946856

Tints of Leather #946856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 43.79%
G = 30.77%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#946856 (or 0x946856) is known color: Leather. HEX triplet: 94, 68 and 56. RGB value is (148,104,86). Sum of RGB (Red+Green+Blue) = 148+104+86=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #946856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946856 is #6B97A9. Grayscale: #737373. Windows color (decimal): -7051178 or 5662868. OLE color: 5662868.

HSL color Cylindrical-coordinate representation of color #946856: hue angle of 17.42º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946856 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 86 -
CMYK 0 0.30 0.42 0.42
HSL 17.42º 0.26% 0.46% -
HSV(B) 17.42º 0.42% 0.58% -
XYZ 18.84 16.87 11.07 -
YUV 115.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 148 104 86 0 0.30 0.42 0.42 17.42 0.26 0.46
Hex 94 68 56 0 1E 2A 2A 11 1A 2E
Octal 224 150 126 0 36 52 52 21 32 56
Binary 10010100 1101000 1010110 0 11110 101010 101010 10001 11010 101110

Color Harmonies of #946856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946856

Black with #946856

Text Example


Text Example

White with #946856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946856; }

 p { color: rgb(148,104,86); }

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

background-color css

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

 a { background-color: rgb(148,104,86); }

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

border-color css

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

 span { border-color: rgb(148,104,86); }

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