#624B25

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

Shades of Dallas #624B25

Tints of Dallas #624B25

Color information

#624B25 (or 0x624B25) is unknown color: approx Dallas. HEX triplet: 62, 4B and 25. RGB value is (98,75,37). Sum of RGB (Red+Green+Blue) = 98+75+37=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B25 is #9DB4DA. Grayscale: #4D4D4D. Windows color (decimal): -10335451 or 2444130. OLE color: 2444130.

HSL color Cylindrical-coordinate representation of color #624B25: hue angle of 37.38º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624B25 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB987537-
CMYK00.230.620.62
HSL37.38º45.19%26.47%-
HSV(B)37.38º62.24%38.43%-
XYZ7.897.762.83-
YUV77.54105.12142.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=46.67%
G=35.71%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98753700.230.620.6237.3845.1926.47
Hex624B250173E3E252d1a
Octal142113450277676455532
Binary1100010100101110010101011111111011111010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624B25; }

 p { color: rgb(98,75,37); }

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

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

 a { background-color: rgb(98,75,37); }

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

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

 span { border-color: rgb(98,75,37); }

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