#654F35

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

Shades of Dallas #654F35

Tints of Dallas #654F35

Color information

#654F35 (or 0x654F35) is unknown color: approx Dallas. HEX triplet: 65, 4F and 35. RGB value is (101,79,53). Sum of RGB (Red+Green+Blue) = 101+79+53=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #654F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F35 is #9AB0CA. Grayscale: #525252. Windows color (decimal): -10137803 or 3493733. OLE color: 3493733.

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

Color convert

RGB1017953-
CMYK00.220.480.60
HSL32.5º31.17%30.2%-
HSV(B)32.5º47.52%39.61%-
XYZ8.818.624.57-
YUV82.61111.29141.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=43.35%
G=33.91%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101795300.220.480.6032.531.1730.2
Hex654F35016303C211f1e
Octal145117650266074413736
Binary110010110011111101010101101100001111001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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