#604B33

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

Shades of Dallas #604B33

Tints of Dallas #604B33

Color information

#604B33 (or 0x604B33) is unknown color: approx Dallas. HEX triplet: 60, 4B and 33. RGB value is (96,75,51). Sum of RGB (Red+Green+Blue) = 96+75+51=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B33 is #9FB4CC. Grayscale: #4E4E4E. Windows color (decimal): -10466509 or 3361632. OLE color: 3361632.

HSL color Cylindrical-coordinate representation of color #604B33: hue angle of 32º 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 #604B33 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB967551-
CMYK00.220.470.62
HSL32º30.61%28.82%-
HSV(B)32º46.88%37.65%-
XYZ7.947.764.21-
YUV78.54112.46140.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=43.24%
G=33.78%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96755100.220.470.623230.6128.82
Hex604B330162F3E201f1d
Octal140113630265776403735
Binary110000010010111100110101101011111111101000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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