#634F32

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

Shades of Dallas #634F32

Tints of Dallas #634F32

Color information

#634F32 (or 0x634F32) is unknown color: approx Dallas. HEX triplet: 63, 4F and 32. RGB value is (99,79,50). Sum of RGB (Red+Green+Blue) = 99+79+50=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F32 is #9CB0CD. Grayscale: #515151. Windows color (decimal): -10268878 or 3297123. OLE color: 3297123.

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

Color convert

RGB997950-
CMYK00.200.490.61
HSL35.51º32.89%29.22%-
HSV(B)35.51º49.49%38.82%-
XYZ8.528.474.2-
YUV81.67110.13140.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=43.42%
G=34.65%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99795000.200.490.6135.5132.8929.22
Hex634F32014313D24211d
Octal143117620246175444135
Binary1100011100111111001001010011000111110110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,79,50); }

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

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

 a { background-color: rgb(99,79,50); }

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

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

 span { border-color: rgb(99,79,50); }

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