#655133

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

Shades of Dallas #655133

Tints of Dallas #655133

Color information

#655133 (or 0x655133) is unknown color: approx Dallas. HEX triplet: 65, 51 and 33. RGB value is (101,81,51). Sum of RGB (Red+Green+Blue) = 101+81+51=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #655133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655133 is #9AAECC. Grayscale: #535353. Windows color (decimal): -10137293 or 3363173. OLE color: 3363173.

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

Color convert

RGB1018151-
CMYK00.200.500.60
HSL36º32.89%29.8%-
HSV(B)36º49.5%39.61%-
XYZ8.918.894.38-
YUV83.56109.63140.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=43.35%
G=34.76%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101815100.200.500.603632.8929.8
Hex655133014323C24211e
Octal145121630246274444136
Binary1100101101000111001101010011001011110010010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655133; }

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

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

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

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

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

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

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

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