#63462C

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

Shades of Dallas #63462C

Tints of Dallas #63462C

Color information

#63462C (or 0x63462C) is unknown color: approx Dallas. HEX triplet: 63, 46 and 2C. RGB value is (99,70,44). Sum of RGB (Red+Green+Blue) = 99+70+44=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63462C is #9CB9D3. Grayscale: #4B4B4B. Windows color (decimal): -10271188 or 2901603. OLE color: 2901603.

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

Color convert

RGB997044-
CMYK00.290.560.61
HSL28.36º38.46%28.04%-
HSV(B)28.36º55.56%38.82%-
XYZ7.797.213.36-
YUV75.71110.11144.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=46.48%
G=32.86%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99704400.290.560.6128.3638.4628.04
Hex63462C01D383D1c261c
Octal143106540357075344634
Binary110001110001101011000111011110001111011110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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