#625038

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

Shades of Dallas #625038

Tints of Dallas #625038

Color information

#625038 (or 0x625038) is unknown color: approx Dallas. HEX triplet: 62, 50 and 38. RGB value is (98,80,56). Sum of RGB (Red+Green+Blue) = 98+80+56=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #625038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625038 is #9DAFC7. Grayscale: #525252. Windows color (decimal): -10334152 or 3690594. OLE color: 3690594.

HSL color Cylindrical-coordinate representation of color #625038: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #625038 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB988056-
CMYK00.180.430.62
HSL34.29º27.27%30.2%-
HSV(B)34.29º42.86%38.43%-
XYZ8.628.624.95-
YUV82.65112.96138.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=41.88%
G=34.19%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98805600.180.430.6234.2927.2730.2
Hex6250380122B3E221b1e
Octal142120700225376423336
Binary110001010100001110000100101010111111101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625038; }

 p { color: rgb(98,80,56); }

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

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

 a { background-color: rgb(98,80,56); }

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

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

 span { border-color: rgb(98,80,56); }

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