#63462B

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

Shades of Dallas #63462B

Tints of Dallas #63462B

Color information

#63462B (or 0x63462B) is unknown color: approx Dallas. HEX triplet: 63, 46 and 2B. RGB value is (99,70,43). Sum of RGB (Red+Green+Blue) = 99+70+43=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63462B is #9CB9D4. Grayscale: #4B4B4B. Windows color (decimal): -10271189 or 2836067. OLE color: 2836067.

HSL color Cylindrical-coordinate representation of color #63462B: hue angle of 28.93º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63462B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB997043-
CMYK00.290.570.61
HSL28.93º39.44%27.84%-
HSV(B)28.93º56.57%38.82%-
XYZ7.777.213.27-
YUV75.59109.61144.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=46.70%
G=33.02%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99704300.290.570.6128.9339.4427.84
Hex63462B01D393D1d271c
Octal143106530357175354734
Binary110001110001101010110111011110011111011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63462B; }

 p { color: rgb(99,70,43); }

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

<style>
 a { background-color: #63462B; }

 a { background-color: rgb(99,70,43); }

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

<style>
 span { border-color: #63462B; }

 span { border-color: rgb(99,70,43); }

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