#634C36

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

Shades of Dallas #634C36

Tints of Dallas #634C36

Color information

#634C36 (or 0x634C36) is unknown color: approx Dallas. HEX triplet: 63, 4C and 36. RGB value is (99,76,54). Sum of RGB (Red+Green+Blue) = 99+76+54=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C36 is #9CB3C9. Grayscale: #505050. Windows color (decimal): -10269642 or 3558499. OLE color: 3558499.

HSL color Cylindrical-coordinate representation of color #634C36: hue angle of 29.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #634C36 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB997654-
CMYK00.230.450.61
HSL29.33º29.41%30%-
HSV(B)29.33º45.45%38.82%-
XYZ8.48.094.61-
YUV80.37113.12141.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=43.23%
G=33.19%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99765400.230.450.6129.3329.4130
Hex634C360172D3D1d1d1e
Octal143114660275575353536
Binary11000111001100110110010111101101111101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,54); }

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

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

 a { background-color: rgb(99,76,54); }

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

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

 span { border-color: rgb(99,76,54); }

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