#604B2D

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

Shades of Dallas #604B2D

Tints of Dallas #604B2D

Color information

#604B2D (or 0x604B2D) is unknown color: approx Dallas. HEX triplet: 60, 4B and 2D. RGB value is (96,75,45). Sum of RGB (Red+Green+Blue) = 96+75+45=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #604B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B2D is #9FB4D2. Grayscale: #4E4E4E. Windows color (decimal): -10466515 or 2968416. OLE color: 2968416.

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

Color convert

RGB967545-
CMYK00.220.530.62
HSL35.29º36.17%27.65%-
HSV(B)35.29º53.12%37.65%-
XYZ7.817.713.56-
YUV77.86109.46140.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=44.44%
G=34.72%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96754500.220.530.6235.2936.1727.65
Hex604B2D016353E23241c
Octal140113550266576434434
Binary1100000100101110110101011011010111111010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,45); }

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

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

 a { background-color: rgb(96,75,45); }

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

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

 span { border-color: rgb(96,75,45); }

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