#625037

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

Shades of Dallas #625037

Tints of Dallas #625037

Color information

#625037 (or 0x625037) is unknown color: approx Dallas. HEX triplet: 62, 50 and 37. RGB value is (98,80,55). Sum of RGB (Red+Green+Blue) = 98+80+55=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #625037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625037 is #9DAFC8. Grayscale: #525252. Windows color (decimal): -10334153 or 3625058. OLE color: 3625058.

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

Color convert

RGB988055-
CMYK00.180.440.62
HSL34.88º28.1%30%-
HSV(B)34.88º43.88%38.43%-
XYZ8.68.614.82-
YUV82.53112.46139.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=42.06%
G=34.33%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98805500.180.440.6234.8828.130
Hex6250370122C3E231c1e
Octal142120670225476433436
Binary110001010100001101110100101011001111101000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625037; }

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

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

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

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

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

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

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

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