#635034

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

Shades of Dallas #635034

Tints of Dallas #635034

Color information

#635034 (or 0x635034) is unknown color: approx Dallas. HEX triplet: 63, 50 and 34. RGB value is (99,80,52). Sum of RGB (Red+Green+Blue) = 99+80+52=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #635034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635034 is #9CAFCB. Grayscale: #525252. Windows color (decimal): -10268620 or 3428451. OLE color: 3428451.

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

Color convert

RGB998052-
CMYK00.190.470.61
HSL35.74º31.13%29.61%-
HSV(B)35.74º47.47%38.82%-
XYZ8.638.644.46-
YUV82.49110.79139.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=42.86%
G=34.63%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99805200.190.470.6135.7431.1329.61
Hex6350340132F3D241f1e
Octal143120640235775443736
Binary110001110100001101000100111011111111011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635034; }

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

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

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

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

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

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

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

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