#655138

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

Shades of Dallas #655138

Tints of Dallas #655138

Color information

#655138 (or 0x655138) is unknown color: approx Dallas. HEX triplet: 65, 51 and 38. RGB value is (101,81,56). Sum of RGB (Red+Green+Blue) = 101+81+56=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #655138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655138 is #9AAEC7. Grayscale: #545454. Windows color (decimal): -10137288 or 3690853. OLE color: 3690853.

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

Color convert

RGB1018156-
CMYK00.200.450.60
HSL33.33º28.66%30.78%-
HSV(B)33.33º44.55%39.61%-
XYZ9.028.944.99-
YUV84.13112.13140.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=42.44%
G=34.03%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101815600.200.450.6033.3328.6630.78
Hex6551380142D3C211d1f
Octal145121700245574413537
Binary110010110100011110000101001011011111001000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655138; }

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

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

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

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

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

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

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

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