#634E37

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

Shades of Dallas #634E37

Tints of Dallas #634E37

Color information

#634E37 (or 0x634E37) is unknown color: approx Dallas. HEX triplet: 63, 4E and 37. RGB value is (99,78,55). Sum of RGB (Red+Green+Blue) = 99+78+55=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E37 is #9CB1C8. Grayscale: #515151. Windows color (decimal): -10269129 or 3624547. OLE color: 3624547.

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

Color convert

RGB997855-
CMYK00.210.440.61
HSL31.36º28.57%30.2%-
HSV(B)31.36º44.44%38.82%-
XYZ8.568.384.78-
YUV81.66112.96140.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=42.67%
G=33.62%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99785500.210.440.6131.3628.5730.2
Hex634E370152C3D1f1d1e
Octal143116670255475373536
Binary11000111001110110111010101101100111101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,55); }

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

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

 a { background-color: rgb(99,78,55); }

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

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

 span { border-color: rgb(99,78,55); }

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