#624E2B

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

Shades of Dallas #624E2B

Tints of Dallas #624E2B

Color information

#624E2B (or 0x624E2B) is unknown color: approx Dallas. HEX triplet: 62, 4E and 2B. RGB value is (98,78,43). Sum of RGB (Red+Green+Blue) = 98+78+43=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #624E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E2B is #9DB1D4. Grayscale: #505050. Windows color (decimal): -10334677 or 2838114. OLE color: 2838114.

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

Color convert

RGB987843-
CMYK00.200.560.62
HSL38.18º39.01%27.65%-
HSV(B)38.18º56.12%38.43%-
XYZ8.28.223.44-
YUV79.99107.13140.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=44.75%
G=35.62%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98784300.200.560.6238.1839.0127.65
Hex624E2B014383E26271c
Octal142116530247076464734
Binary1100010100111010101101010011100011111010011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,78,43); }

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

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

 a { background-color: rgb(98,78,43); }

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

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

 span { border-color: rgb(98,78,43); }

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