#634628

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

Shades of Dallas #634628

Tints of Dallas #634628

Color information

#634628 (or 0x634628) is unknown color: approx Dallas. HEX triplet: 63, 46 and 28. RGB value is (99,70,40). Sum of RGB (Red+Green+Blue) = 99+70+40=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #634628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634628 is #9CB9D7. Grayscale: #4B4B4B. Windows color (decimal): -10271192 or 2639459. OLE color: 2639459.

HSL color Cylindrical-coordinate representation of color #634628: hue angle of 30.51º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634628 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB997040-
CMYK00.290.600.61
HSL30.51º42.45%27.25%-
HSV(B)30.51º59.6%38.82%-
XYZ7.727.192.99-
YUV75.25108.11144.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=47.37%
G=33.49%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99704000.290.600.6130.5142.4527.25
Hex63462801D3C3D1f2a1b
Octal143106500357475375233
Binary110001110001101010000111011111001111011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634628; }

 p { color: rgb(99,70,40); }

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

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

 a { background-color: rgb(99,70,40); }

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

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

 span { border-color: rgb(99,70,40); }

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