#62462C

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

Shades of Dallas #62462C

Tints of Dallas #62462C

Color information

#62462C (or 0x62462C) is unknown color: approx Dallas. HEX triplet: 62, 46 and 2C. RGB value is (98,70,44). Sum of RGB (Red+Green+Blue) = 98+70+44=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62462C is #9DB9D3. Grayscale: #4B4B4B. Windows color (decimal): -10336724 or 2901602. OLE color: 2901602.

HSL color Cylindrical-coordinate representation of color #62462C: hue angle of 28.89º 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 #62462C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB987044-
CMYK00.290.550.62
HSL28.89º38.03%27.84%-
HSV(B)28.89º55.1%38.43%-
XYZ7.687.163.36-
YUV75.41110.28144.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=46.23%
G=33.02%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98704400.290.550.6228.8938.0327.84
Hex62462C01D373E1d261c
Octal142106540356776354634
Binary110001010001101011000111011101111111101110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62462C; }

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

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

<style>
 a { background-color: #62462C; }

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

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

<style>
 span { border-color: #62462C; }

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

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