#634F33

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

Shades of Dallas #634F33

Tints of Dallas #634F33

Color information

#634F33 (or 0x634F33) is unknown color: approx Dallas. HEX triplet: 63, 4F and 33. RGB value is (99,79,51). Sum of RGB (Red+Green+Blue) = 99+79+51=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F33 is #9CB0CC. Grayscale: #515151. Windows color (decimal): -10268877 or 3362659. OLE color: 3362659.

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

Color convert

RGB997951-
CMYK00.200.480.61
HSL35º32%29.41%-
HSV(B)35º48.48%38.82%-
XYZ8.548.484.32-
YUV81.79110.63140.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=43.23%
G=34.50%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99795100.200.480.61353229.41
Hex634F33014303D23201d
Octal143117630246075434035
Binary1100011100111111001101010011000011110110001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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