#624B29

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

Shades of Dallas #624B29

Tints of Dallas #624B29

Color information

#624B29 (or 0x624B29) is unknown color: approx Dallas. HEX triplet: 62, 4B and 29. RGB value is (98,75,41). Sum of RGB (Red+Green+Blue) = 98+75+41=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #624B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B29 is #9DB4D6. Grayscale: #4E4E4E. Windows color (decimal): -10335447 or 2706274. OLE color: 2706274.

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

Color convert

RGB987541-
CMYK00.230.580.62
HSL35.79º41.01%27.25%-
HSV(B)35.79º58.16%38.43%-
XYZ7.957.793.18-
YUV78107.12142.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=45.79%
G=35.05%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98754100.230.580.6235.7941.0127.25
Hex624B290173A3E24291b
Octal142113510277276445133
Binary1100010100101110100101011111101011111010010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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