#654E35

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

Shades of Dallas #654E35

Tints of Dallas #654E35

Color information

#654E35 (or 0x654E35) is unknown color: approx Dallas. HEX triplet: 65, 4E and 35. RGB value is (101,78,53). Sum of RGB (Red+Green+Blue) = 101+78+53=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #654E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E35 is #9AB1CA. Grayscale: #525252. Windows color (decimal): -10138059 or 3493477. OLE color: 3493477.

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

Color convert

RGB1017853-
CMYK00.230.480.60
HSL31.25º31.17%30.2%-
HSV(B)31.25º47.52%39.61%-
XYZ8.738.474.54-
YUV82.03111.62141.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=43.53%
G=33.62%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101785300.230.480.6031.2531.1730.2
Hex654E35017303C1f1f1e
Octal145116650276074373736
Binary11001011001110110101010111110000111100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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