#634C35

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

Shades of Dallas #634C35

Tints of Dallas #634C35

Color information

#634C35 (or 0x634C35) is unknown color: approx Dallas. HEX triplet: 63, 4C and 35. RGB value is (99,76,53). Sum of RGB (Red+Green+Blue) = 99+76+53=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C35 is #9CB3CA. Grayscale: #505050. Windows color (decimal): -10269643 or 3492963. OLE color: 3492963.

HSL color Cylindrical-coordinate representation of color #634C35: hue angle of 30º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634C35 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB997653-
CMYK00.230.460.61
HSL30º30.26%29.8%-
HSV(B)30º46.46%38.82%-
XYZ8.378.084.49-
YUV80.26112.62141.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=43.42%
G=33.33%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99765300.230.460.613030.2629.8
Hex634C350172E3D1e1e1e
Octal143114650275675363636
Binary11000111001100110101010111101110111101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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