#624A2C

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

Shades of Dallas #624A2C

Tints of Dallas #624A2C

Color information

#624A2C (or 0x624A2C) is unknown color: approx Dallas. HEX triplet: 62, 4A and 2C. RGB value is (98,74,44). Sum of RGB (Red+Green+Blue) = 98+74+44=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #624A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A2C is #9DB5D3. Grayscale: #4D4D4D. Windows color (decimal): -10335700 or 2902626. OLE color: 2902626.

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

Color convert

RGB987444-
CMYK00.240.550.62
HSL33.33º38.03%27.84%-
HSV(B)33.33º55.1%38.43%-
XYZ7.947.683.45-
YUV77.76108.95142.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=45.37%
G=34.26%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98744400.240.550.6233.3338.0327.84
Hex624A2C018373E21261c
Octal142112540306776414634
Binary1100010100101010110001100011011111111010000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,74,44); }

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

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

 a { background-color: rgb(98,74,44); }

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

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

 span { border-color: rgb(98,74,44); }

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