Html Css Color HEX #946756 Leather

📋 copy color: '#946756'

red 148 ◦ green 103 ◦ blue 86

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

Shades of Leather #946756

Tints of Leather #946756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 43.92%
G = 30.56%
B = 25.52%

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

#946756 (or 0x946756) is known color: Leather. HEX triplet: 94, 67 and 56. RGB value is (148,103,86). Sum of RGB (Red+Green+Blue) = 148+103+86=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946756 is #6B98A9. Grayscale: #727272. Windows color (decimal): -7051434 or 5662612. OLE color: 5662612.

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

Color convert

RGB 148 103 86 -
CMYK 0 0.30 0.42 0.42
HSL 16.45º 0.26% 0.46% -
HSV(B) 16.45º 0.42% 0.58% -
XYZ 18.74 16.67 11.03 -
YUV 114.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 148 103 86 0 0.30 0.42 0.42 16.45 0.26 0.46
Hex 94 67 56 0 1E 2A 2A 10 1A 2E
Octal 224 147 126 0 36 52 52 20 32 56
Binary 10010100 1100111 1010110 0 11110 101010 101010 10000 11010 101110

Color Harmonies of #946756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946756

Black with #946756

Text Example


Text Example

White with #946756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946756; }

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

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

background-color css

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

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

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

border-color css

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

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

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