#625034

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

Shades of Dallas #625034

Tints of Dallas #625034

Color information

#625034 (or 0x625034) is unknown color: approx Dallas. HEX triplet: 62, 50 and 34. RGB value is (98,80,52). Sum of RGB (Red+Green+Blue) = 98+80+52=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #625034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625034 is #9DAFCB. Grayscale: #525252. Windows color (decimal): -10334156 or 3428450. OLE color: 3428450.

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

Color convert

RGB988052-
CMYK00.180.470.62
HSL36.52º30.67%29.41%-
HSV(B)36.52º46.94%38.43%-
XYZ8.538.584.46-
YUV82.19110.96139.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=42.61%
G=34.78%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98805200.180.470.6236.5230.6729.41
Hex6250340122F3E251f1d
Octal142120640225776453735
Binary110001010100001101000100101011111111101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625034; }

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

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

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

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

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

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

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

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