#634F38

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

Shades of Dallas #634F38

Tints of Dallas #634F38

Color information

#634F38 (or 0x634F38) is unknown color: approx Dallas. HEX triplet: 63, 4F and 38. RGB value is (99,79,56). Sum of RGB (Red+Green+Blue) = 99+79+56=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F38 is #9CB0C7. Grayscale: #525252. Windows color (decimal): -10268872 or 3690339. OLE color: 3690339.

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

Color convert

RGB997956-
CMYK00.200.430.61
HSL32.09º27.74%30.39%-
HSV(B)32.09º43.43%38.82%-
XYZ8.668.534.93-
YUV82.36113.13139.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=42.31%
G=33.76%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99795600.200.430.6132.0927.7430.39
Hex634F380142B3D201c1e
Octal143117700245375403436
Binary110001110011111110000101001010111111011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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