#634830

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

Shades of Dallas #634830

Tints of Dallas #634830

Color information

#634830 (or 0x634830) is unknown color: approx Dallas. HEX triplet: 63, 48 and 30. RGB value is (99,72,48). Sum of RGB (Red+Green+Blue) = 99+72+48=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634830 is #9CB7CF. Grayscale: #4D4D4D. Windows color (decimal): -10270672 or 3164259. OLE color: 3164259.

HSL color Cylindrical-coordinate representation of color #634830: hue angle of 28.24º 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 #634830 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB997248-
CMYK00.270.520.61
HSL28.24º34.69%28.82%-
HSV(B)28.24º51.52%38.82%-
XYZ87.53.82-
YUV77.34111.45143.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=45.21%
G=32.88%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724800.270.520.6128.2434.6928.82
Hex63483001B343D1c231d
Octal143110600336475344335
Binary110001110010001100000110111101001111011110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634830; }

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

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

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

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

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

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

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

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