#654B33

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

Shades of Dallas #654B33

Tints of Dallas #654B33

Color information

#654B33 (or 0x654B33) is unknown color: approx Dallas. HEX triplet: 65, 4B and 33. RGB value is (101,75,51). Sum of RGB (Red+Green+Blue) = 101+75+51=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B33 is #9AB4CC. Grayscale: #505050. Windows color (decimal): -10138829 or 3361637. OLE color: 3361637.

HSL color Cylindrical-coordinate representation of color #654B33: hue angle of 28.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654B33 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1017551-
CMYK00.260.500.60
HSL28.8º32.89%29.8%-
HSV(B)28.8º49.5%39.61%-
XYZ8.488.044.24-
YUV80.04111.61142.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=44.49%
G=33.04%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101755100.260.500.6028.832.8929.8
Hex654B3301A323C1d211e
Octal145113630326274354136
Binary110010110010111100110110101100101111001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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