#634730

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

Shades of Dallas #634730

Tints of Dallas #634730

Color information

#634730 (or 0x634730) is unknown color: approx Dallas. HEX triplet: 63, 47 and 30. RGB value is (99,71,48). Sum of RGB (Red+Green+Blue) = 99+71+48=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634730 is #9CB8CF. Grayscale: #4C4C4C. Windows color (decimal): -10270928 or 3164003. OLE color: 3164003.

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

Color convert

RGB997148-
CMYK00.280.520.61
HSL27.06º34.69%28.82%-
HSV(B)27.06º51.52%38.82%-
XYZ7.937.373.8-
YUV76.75111.78143.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=45.41%
G=32.57%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99714800.280.520.6127.0634.6928.82
Hex63473001C343D1b231d
Octal143107600346475334335
Binary110001110001111100000111001101001111011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634730; }

 p { color: rgb(99,71,48); }

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

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

 a { background-color: rgb(99,71,48); }

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

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

 span { border-color: rgb(99,71,48); }

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