#604133

Color #604133 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #604133

Tints of Very Dark Brown #604133

Color information

#604133 (or 0x604133) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 33. RGB value is (96,65,51). Sum of RGB (Red+Green+Blue) = 96+65+51=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604133 is #9FBECC. Grayscale: #484848. Windows color (decimal): -10469069 or 3359072. OLE color: 3359072.

HSL color Cylindrical-coordinate representation of color #604133: hue angle of 18.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #604133 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB966551-
CMYK00.320.470.62
HSL18.67º30.61%28.82%-
HSV(B)18.67º46.88%37.65%-
XYZ7.316.514-
YUV72.67115.77144.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=45.28%
G=30.66%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96655100.320.470.6218.6730.6128.82
Hex6041330202F3E131f1d
Octal140101630405776233735
Binary110000010000011100110100000101111111110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604133; }

 p { color: rgb(96,65,51); }

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

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

 a { background-color: rgb(96,65,51); }

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

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

 span { border-color: rgb(96,65,51); }

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