Html Css Color HEX #946855 Leather

📋 copy color: '#946855'

red 148 ◦ green 104 ◦ blue 85

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

Shades of Leather #946855

Tints of Leather #946855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 43.92%
G = 30.86%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946855 (or 0x946855) is known color: Leather. HEX triplet: 94, 68 and 55. RGB value is (148,104,85). Sum of RGB (Red+Green+Blue) = 148+104+85=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946855 is #6B97AA. Grayscale: #737373. Windows color (decimal): -7051179 or 5597332. OLE color: 5597332.

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

Color convert

RGB 148 104 85 -
CMYK 0 0.30 0.43 0.42
HSL 18.1º 0.27% 0.46% -
HSV(B) 18.1º 0.43% 0.58% -
XYZ 18.8 16.85 10.86 -
YUV 114.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 148 104 85 0 0.30 0.43 0.42 18.1 0.27 0.46
Hex 94 68 55 0 1E 2B 2A 12 1B 2E
Octal 224 150 125 0 36 53 52 22 33 56
Binary 10010100 1101000 1010101 0 11110 101011 101010 10010 11011 101110

Color Harmonies of #946855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946855

Black with #946855

Text Example


Text Example

White with #946855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946855; }

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

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

background-color css

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

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

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

border-color css

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

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

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