#654B28

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

Shades of Dallas #654B28

Tints of Dallas #654B28

Color information

#654B28 (or 0x654B28) is unknown color: approx Dallas. HEX triplet: 65, 4B and 28. RGB value is (101,75,40). Sum of RGB (Red+Green+Blue) = 101+75+40=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #654B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B28 is #9AB4D7. Grayscale: #4E4E4E. Windows color (decimal): -10138840 or 2640741. OLE color: 2640741.

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

Color convert

RGB1017540-
CMYK00.260.600.60
HSL34.43º43.26%27.65%-
HSV(B)34.43º60.4%39.61%-
XYZ8.277.953.11-
YUV78.78106.11143.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=46.76%
G=34.72%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101754000.260.600.6034.4343.2627.65
Hex654B2801A3C3C222b1c
Octal145113500327474425334
Binary1100101100101110100001101011110011110010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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