#635032

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

Shades of Dallas #635032

Tints of Dallas #635032

Color information

#635032 (or 0x635032) is unknown color: approx Dallas. HEX triplet: 63, 50 and 32. RGB value is (99,80,50). Sum of RGB (Red+Green+Blue) = 99+80+50=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #635032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635032 is #9CAFCD. Grayscale: #525252. Windows color (decimal): -10268622 or 3297379. OLE color: 3297379.

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

Color convert

RGB998050-
CMYK00.190.490.61
HSL36.73º32.89%29.22%-
HSV(B)36.73º49.49%38.82%-
XYZ8.598.624.23-
YUV82.26109.79139.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=43.23%
G=34.93%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99805000.190.490.6136.7332.8929.22
Hex635032013313D25211d
Octal143120620236175454135
Binary1100011101000011001001001111000111110110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635032; }

 p { color: rgb(99,80,50); }

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

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

 a { background-color: rgb(99,80,50); }

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

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

 span { border-color: rgb(99,80,50); }

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