#655238

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

Shades of Dallas #655238

Tints of Dallas #655238

Color information

#655238 (or 0x655238) is unknown color: approx Dallas. HEX triplet: 65, 52 and 38. RGB value is (101,82,56). Sum of RGB (Red+Green+Blue) = 101+82+56=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #655238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655238 is #9AADC7. Grayscale: #545454. Windows color (decimal): -10137032 or 3691109. OLE color: 3691109.

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

Color convert

RGB1018256-
CMYK00.190.450.60
HSL34.67º28.66%30.78%-
HSV(B)34.67º44.55%39.61%-
XYZ9.19.095.02-
YUV84.72111.79139.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=42.26%
G=34.31%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101825600.190.450.6034.6728.6630.78
Hex6552380132D3C231d1f
Octal145122700235574433537
Binary110010110100101110000100111011011111001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655238; }

 p { color: rgb(101,82,56); }

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

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

 a { background-color: rgb(101,82,56); }

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

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

 span { border-color: rgb(101,82,56); }

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