#654C35

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

Shades of Dallas #654C35

Tints of Dallas #654C35

Color information

#654C35 (or 0x654C35) is unknown color: approx Dallas. HEX triplet: 65, 4C and 35. RGB value is (101,76,53). Sum of RGB (Red+Green+Blue) = 101+76+53=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C35 is #9AB3CA. Grayscale: #505050. Windows color (decimal): -10138571 or 3492965. OLE color: 3492965.

HSL color Cylindrical-coordinate representation of color #654C35: hue angle of 28.75º 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 #654C35 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1017653-
CMYK00.250.480.60
HSL28.75º31.17%30.2%-
HSV(B)28.75º47.52%39.61%-
XYZ8.598.194.5-
YUV80.85112.28142.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=43.91%
G=33.04%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101765300.250.480.6028.7531.1730.2
Hex654C35019303C1d1f1e
Octal145114650316074353736
Binary11001011001100110101011001110000111100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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