#634C2C

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

Shades of Dallas #634C2C

Tints of Dallas #634C2C

Color information

#634C2C (or 0x634C2C) is unknown color: approx Dallas. HEX triplet: 63, 4C and 2C. RGB value is (99,76,44). Sum of RGB (Red+Green+Blue) = 99+76+44=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C2C is #9CB3D3. Grayscale: #4F4F4F. Windows color (decimal): -10269652 or 2903139. OLE color: 2903139.

HSL color Cylindrical-coordinate representation of color #634C2C: hue angle of 34.91º 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 #634C2C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB997644-
CMYK00.230.560.61
HSL34.91º38.46%28.04%-
HSV(B)34.91º55.56%38.82%-
XYZ8.1883.5-
YUV79.23108.12142.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=45.21%
G=34.70%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99764400.230.560.6134.9138.4628.04
Hex634C2C017383D23261c
Octal143114540277075434634
Binary1100011100110010110001011111100011110110001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C2C; }

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

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

<style>
 a { background-color: #634C2C; }

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

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

<style>
 span { border-color: #634C2C; }

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

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