#654D33

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

Shades of Dallas #654D33

Tints of Dallas #654D33

Color information

#654D33 (or 0x654D33) is unknown color: approx Dallas. HEX triplet: 65, 4D and 33. RGB value is (101,77,51). Sum of RGB (Red+Green+Blue) = 101+77+51=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #654D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D33 is #9AB2CC. Grayscale: #515151. Windows color (decimal): -10138317 or 3362149. OLE color: 3362149.

HSL color Cylindrical-coordinate representation of color #654D33: hue angle of 31.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654D33 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1017751-
CMYK00.240.500.60
HSL31.2º32.89%29.8%-
HSV(B)31.2º49.5%39.61%-
XYZ8.628.314.28-
YUV81.21110.95142.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=44.10%
G=33.62%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101775100.240.500.6031.232.8929.8
Hex654D33018323C1f211e
Octal145115630306274374136
Binary110010110011011100110110001100101111001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654D33; }

 p { color: rgb(101,77,51); }

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

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

 a { background-color: rgb(101,77,51); }

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

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

 span { border-color: rgb(101,77,51); }

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