#635038

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

Shades of Dallas #635038

Tints of Dallas #635038

Color information

#635038 (or 0x635038) is unknown color: approx Dallas. HEX triplet: 63, 50 and 38. RGB value is (99,80,56). Sum of RGB (Red+Green+Blue) = 99+80+56=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #635038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635038 is #9CAFC7. Grayscale: #535353. Windows color (decimal): -10268616 or 3690595. OLE color: 3690595.

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

Color convert

RGB998056-
CMYK00.190.430.61
HSL33.49º27.74%30.39%-
HSV(B)33.49º43.43%38.82%-
XYZ8.738.684.96-
YUV82.94112.79139.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=42.13%
G=34.04%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99805600.190.430.6133.4927.7430.39
Hex6350380132B3D211c1e
Octal143120700235375413436
Binary110001110100001110000100111010111111011000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635038; }

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

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

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

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

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

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

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

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