#654D35

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

Shades of Dallas #654D35

Tints of Dallas #654D35

Color information

#654D35 (or 0x654D35) is unknown color: approx Dallas. HEX triplet: 65, 4D and 35. RGB value is (101,77,53). Sum of RGB (Red+Green+Blue) = 101+77+53=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D35 is #9AB2CA. Grayscale: #515151. Windows color (decimal): -10138315 or 3493221. OLE color: 3493221.

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

Color convert

RGB1017753-
CMYK00.240.480.60
HSL30º31.17%30.2%-
HSV(B)30º47.52%39.61%-
XYZ8.668.334.52-
YUV81.44111.95141.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=43.72%
G=33.33%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101775300.240.480.603031.1730.2
Hex654D35018303C1e1f1e
Octal145115650306074363736
Binary11001011001101110101011000110000111100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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