#654829

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

Shades of Dallas #654829

Tints of Dallas #654829

Color information

#654829 (or 0x654829) is unknown color: approx Dallas. HEX triplet: 65, 48 and 29. RGB value is (101,72,41). Sum of RGB (Red+Green+Blue) = 101+72+41=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654829 is #9AB7D6. Grayscale: #4D4D4D. Windows color (decimal): -10139607 or 2705509. OLE color: 2705509.

HSL color Cylindrical-coordinate representation of color #654829: hue angle of 31º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654829 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1017241-
CMYK00.290.590.60
HSL31º42.25%27.84%-
HSV(B)31º59.41%39.61%-
XYZ8.087.563.13-
YUV77.14107.61145.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=47.20%
G=33.64%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101724100.290.590.603142.2527.84
Hex65482901D3B3C1f2a1c
Octal145110510357374375234
Binary110010110010001010010111011110111111001111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654829; }

 p { color: rgb(101,72,41); }

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

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

 a { background-color: rgb(101,72,41); }

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

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

 span { border-color: rgb(101,72,41); }

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