Html Css Color HEX #946755 Leather

📋 copy color: '#946755'

red 148 ◦ green 103 ◦ blue 85

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

Shades of Leather #946755

Tints of Leather #946755

RGB

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

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

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

R = 44.05%
G = 30.65%
B = 25.3%

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

#946755 (or 0x946755) is known color: Leather. HEX triplet: 94, 67 and 55. RGB value is (148,103,85). Sum of RGB (Red+Green+Blue) = 148+103+85=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946755 is #6B98AA. Grayscale: #727272. Windows color (decimal): -7051435 or 5597076. OLE color: 5597076.

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

Color convert

RGB 148 103 85 -
CMYK 0 0.30 0.43 0.42
HSL 17.14º 0.27% 0.46% -
HSV(B) 17.14º 0.43% 0.58% -
XYZ 18.7 16.65 10.82 -
YUV 114.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 148 103 85 0 0.30 0.43 0.42 17.14 0.27 0.46
Hex 94 67 55 0 1E 2B 2A 11 1B 2E
Octal 224 147 125 0 36 53 52 21 33 56
Binary 10010100 1100111 1010101 0 11110 101011 101010 10001 11011 101110

Color Harmonies of #946755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946755

Black with #946755

Text Example


Text Example

White with #946755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946755; }

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

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

background-color css

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

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

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

border-color css

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

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

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