#634F35

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

Shades of Dallas #634F35

Tints of Dallas #634F35

Color information

#634F35 (or 0x634F35) is unknown color: approx Dallas. HEX triplet: 63, 4F and 35. RGB value is (99,79,53). Sum of RGB (Red+Green+Blue) = 99+79+53=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #634F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F35 is #9CB0CA. Grayscale: #525252. Windows color (decimal): -10268875 or 3493731. OLE color: 3493731.

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

Color convert

RGB997953-
CMYK00.200.460.61
HSL33.91º30.26%29.8%-
HSV(B)33.91º46.46%38.82%-
XYZ8.588.54.56-
YUV82.02111.63140.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=42.86%
G=34.20%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99795300.200.460.6133.9130.2629.8
Hex634F350142E3D221e1e
Octal143117650245675423636
Binary110001110011111101010101001011101111011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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