#624B32

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

Shades of Dallas #624B32

Tints of Dallas #624B32

Color information

#624B32 (or 0x624B32) is unknown color: approx Dallas. HEX triplet: 62, 4B and 32. RGB value is (98,75,50). Sum of RGB (Red+Green+Blue) = 98+75+50=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #624B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B32 is #9DB4CD. Grayscale: #4F4F4F. Windows color (decimal): -10335438 or 3296098. OLE color: 3296098.

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

Color convert

RGB987550-
CMYK00.230.490.62
HSL31.25º32.43%29.02%-
HSV(B)31.25º48.98%38.43%-
XYZ8.137.864.11-
YUV79.03111.62141.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=43.95%
G=33.63%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98755000.230.490.6231.2532.4329.02
Hex624B32017313E1f201d
Octal142113620276176374035
Binary110001010010111100100101111100011111101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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