#634E34

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

Shades of Dallas #634E34

Tints of Dallas #634E34

Color information

#634E34 (or 0x634E34) is unknown color: approx Dallas. HEX triplet: 63, 4E and 34. RGB value is (99,78,52). Sum of RGB (Red+Green+Blue) = 99+78+52=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E34 is #9CB1CB. Grayscale: #515151. Windows color (decimal): -10269132 or 3427939. OLE color: 3427939.

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

Color convert

RGB997852-
CMYK00.210.470.61
HSL33.19º31.13%29.61%-
HSV(B)33.19º47.47%38.82%-
XYZ8.498.354.41-
YUV81.32111.46140.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=43.23%
G=34.06%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99785200.210.470.6133.1931.1329.61
Hex634E340152F3D211f1e
Octal143116640255775413736
Binary110001110011101101000101011011111111011000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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