#654928

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

Shades of Dallas #654928

Tints of Dallas #654928

Color information

#654928 (or 0x654928) is unknown color: approx Dallas. HEX triplet: 65, 49 and 28. RGB value is (101,73,40). Sum of RGB (Red+Green+Blue) = 101+73+40=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654928 is #9AB6D7. Grayscale: #4D4D4D. Windows color (decimal): -10139352 or 2640229. OLE color: 2640229.

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

Color convert

RGB1017340-
CMYK00.280.600.60
HSL32.46º43.26%27.65%-
HSV(B)32.46º60.4%39.61%-
XYZ8.137.683.06-
YUV77.61106.78144.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=47.20%
G=34.11%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101734000.280.600.6032.4643.2627.65
Hex65492801C3C3C202b1c
Octal145111500347474405334
Binary1100101100100110100001110011110011110010000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654928; }

 p { color: rgb(101,73,40); }

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

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

 a { background-color: rgb(101,73,40); }

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

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

 span { border-color: rgb(101,73,40); }

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