#946040

Color #946040 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #946040

Tints of Rope #946040

Color information

#946040 (or 0x946040) is unknown color: approx Rope. HEX triplet: 94, 60 and 40. RGB value is (148,96,64). Sum of RGB (Red+Green+Blue) = 148+96+64=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #946040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946040 is #6B9FBF. Grayscale: #6C6C6C. Windows color (decimal): -7053248 or 4219028. OLE color: 4219028.

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

Color convert

RGB1489664-
CMYK00.350.570.42
HSL22.86º39.62%41.57%-
HSV(B)22.86º56.76%58.04%-
XYZ17.3215.036.84-
YUV107.9103.23156.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=48.05%
G=31.17%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148966400.350.570.4222.8639.6241.57
Hex946040023392A17282a
Octal2241401000437152275052
Binary1001010011000001000000010001111100110101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946040; }

 p { color: rgb(148,96,64); }

 H1.HeaderClassName
 {
   color: #946040;
 }
 .AnyTagClassName
 {
   color: #946040;
 }
</style>
background-color css

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

 a { background-color: rgb(148,96,64); }

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

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

 span { border-color: rgb(148,96,64); }

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