#634D34

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

Shades of Dallas #634D34

Tints of Dallas #634D34

Color information

#634D34 (or 0x634D34) is unknown color: approx Dallas. HEX triplet: 63, 4D and 34. RGB value is (99,77,52). Sum of RGB (Red+Green+Blue) = 99+77+52=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D34 is #9CB2CB. Grayscale: #505050. Windows color (decimal): -10269388 or 3427683. OLE color: 3427683.

HSL color Cylindrical-coordinate representation of color #634D34: hue angle of 31.91º 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 #634D34 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB997752-
CMYK00.220.470.61
HSL31.91º31.13%29.61%-
HSV(B)31.91º47.47%38.82%-
XYZ8.428.214.39-
YUV80.73111.79141.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=43.42%
G=33.77%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99775200.220.470.6131.9131.1329.61
Hex634D340162F3D201f1e
Octal143115640265775403736
Binary110001110011011101000101101011111111011000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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