#604134

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

Shades of Very Dark Brown #604134

Tints of Very Dark Brown #604134

Color information

#604134 (or 0x604134) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 34. RGB value is (96,65,52). Sum of RGB (Red+Green+Blue) = 96+65+52=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604134 is #9FBECB. Grayscale: #484848. Windows color (decimal): -10469068 or 3424608. OLE color: 3424608.

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

Color convert

RGB966552-
CMYK00.320.460.62
HSL17.73º29.73%29.02%-
HSV(B)17.73º45.83%37.65%-
XYZ7.336.524.12-
YUV72.79116.27144.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=45.07%
G=30.52%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96655200.320.460.6217.7329.7329.02
Hex6041340202E3E121e1d
Octal140101640405676223635
Binary110000010000011101000100000101110111110100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604134; }

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

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

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

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

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

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

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

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