#624B2A

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

Shades of Dallas #624B2A

Tints of Dallas #624B2A

Color information

#624B2A (or 0x624B2A) is unknown color: approx Dallas. HEX triplet: 62, 4B and 2A. RGB value is (98,75,42). Sum of RGB (Red+Green+Blue) = 98+75+42=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #624B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B2A is #9DB4D5. Grayscale: #4E4E4E. Windows color (decimal): -10335446 or 2771810. OLE color: 2771810.

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

Color convert

RGB987542-
CMYK00.230.570.62
HSL35.36º40%27.45%-
HSV(B)35.36º57.14%38.43%-
XYZ7.977.83.28-
YUV78.11107.62142.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=45.58%
G=34.88%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98754200.230.570.6235.364027.45
Hex624B2A017393E23281b
Octal142113520277176435033
Binary1100010100101110101001011111100111111010001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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