#604d30

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

Shades of Dallas #604D30

Tints of Dallas #604D30

Color information

#604D30 (or 0x604D30) is unknown color: approx Dallas. HEX triplet: 60, 4D and 30. RGB value is (96,77,48). Sum of RGB (Red+Green+Blue) = 96+77+48=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #604D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D30 is #9FB2CF. Grayscale: #4F4F4F. Windows color (decimal): -10466000 or 3165536. OLE color: 3165536.

HSL color Cylindrical-coordinate representation of color #604D30: hue angle of 36.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604D30 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB967748-
CMYK00.200.500.62
HSL36.25º33.33%28.24%-
HSV(B)36.25º50%37.65%-
XYZ8.018.013.92-
YUV79.37110.29139.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=43.44%
G=34.84%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96774800.200.500.6236.2533.3328.24
Hex604D30014323E24211c
Octal140115600246276444134
Binary1100000100110111000001010011001011111010010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,48); }

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

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

 a { background-color: rgb(96,77,48); }

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

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

 span { border-color: rgb(96,77,48); }

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