#62462A

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

Shades of Dallas #62462A

Tints of Dallas #62462A

Color information

#62462A (or 0x62462A) is unknown color: approx Dallas. HEX triplet: 62, 46 and 2A. RGB value is (98,70,42). Sum of RGB (Red+Green+Blue) = 98+70+42=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62462A is #9DB9D5. Grayscale: #4B4B4B. Windows color (decimal): -10336726 or 2770530. OLE color: 2770530.

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

Color convert

RGB987042-
CMYK00.290.570.62
HSL30º40%27.45%-
HSV(B)30º57.14%38.43%-
XYZ7.657.143.17-
YUV75.18109.28144.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98704200.290.570.62304027.45
Hex62462A01D393E1e281b
Octal142106520357176365033
Binary110001010001101010100111011110011111101111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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