#625137

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

Shades of Dallas #625137

Tints of Dallas #625137

Color information

#625137 (or 0x625137) is unknown color: approx Dallas. HEX triplet: 62, 51 and 37. RGB value is (98,81,55). Sum of RGB (Red+Green+Blue) = 98+81+55=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #625137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625137 is #9DAEC8. Grayscale: #535353. Windows color (decimal): -10333897 or 3625314. OLE color: 3625314.

HSL color Cylindrical-coordinate representation of color #625137: hue angle of 36.28º 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 #625137 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB988155-
CMYK00.170.440.62
HSL36.28º28.1%30%-
HSV(B)36.28º43.88%38.43%-
XYZ8.678.764.85-
YUV83.12112.13138.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=41.88%
G=34.62%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98815500.170.440.6236.2828.130
Hex6251370112C3E241c1e
Octal142121670215476443436
Binary110001010100011101110100011011001111101001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625137; }

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

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

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

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

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

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

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

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