#634926

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

Shades of Dallas #634926

Tints of Dallas #634926

Color information

#634926 (or 0x634926) is unknown color: approx Dallas. HEX triplet: 63, 49 and 26. RGB value is (99,73,38). Sum of RGB (Red+Green+Blue) = 99+73+38=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #634926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634926 is #9CB6D9. Grayscale: #4C4C4C. Windows color (decimal): -10270426 or 2509155. OLE color: 2509155.

HSL color Cylindrical-coordinate representation of color #634926: hue angle of 34.43º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634926 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB997338-
CMYK00.260.620.61
HSL34.43º44.53%26.86%-
HSV(B)34.43º61.62%38.82%-
XYZ7.887.562.88-
YUV76.78106.11143.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=47.14%
G=34.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99733800.260.620.6134.4344.5326.86
Hex63492601A3E3D222d1b
Octal143111460327675425533
Binary1100011100100110011001101011111011110110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634926; }

 p { color: rgb(99,73,38); }

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

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

 a { background-color: rgb(99,73,38); }

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

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

 span { border-color: rgb(99,73,38); }

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