#604C2E

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

Shades of Dallas #604C2E

Tints of Dallas #604C2E

Color information

#604C2E (or 0x604C2E) is unknown color: approx Dallas. HEX triplet: 60, 4C and 2E. RGB value is (96,76,46). Sum of RGB (Red+Green+Blue) = 96+76+46=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C2E is #9FB3D1. Grayscale: #4E4E4E. Windows color (decimal): -10466258 or 3034208. OLE color: 3034208.

HSL color Cylindrical-coordinate representation of color #604C2E: hue angle of 36º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604C2E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB967646-
CMYK00.210.520.62
HSL36º35.21%27.84%-
HSV(B)36º52.08%37.65%-
XYZ7.97.853.68-
YUV78.56109.63140.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=44.04%
G=34.86%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96764600.210.520.623635.2127.84
Hex604C2E015343E24231c
Octal140114560256476444334
Binary1100000100110010111001010111010011111010010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C2E; }

 p { color: rgb(96,76,46); }

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

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

 a { background-color: rgb(96,76,46); }

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

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

 span { border-color: rgb(96,76,46); }

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