#634F36

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

Shades of Dallas #634F36

Tints of Dallas #634F36

Color information

#634F36 (or 0x634F36) is unknown color: approx Dallas. HEX triplet: 63, 4F and 36. RGB value is (99,79,54). Sum of RGB (Red+Green+Blue) = 99+79+54=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F36 is #9CB0C9. Grayscale: #525252. Windows color (decimal): -10268874 or 3559267. OLE color: 3559267.

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

Color convert

RGB997954-
CMYK00.200.450.61
HSL33.33º29.41%30%-
HSV(B)33.33º45.45%38.82%-
XYZ8.618.514.68-
YUV82.13112.13140.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=42.67%
G=34.05%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99795400.200.450.6133.3329.4130
Hex634F360142D3D211d1e
Octal143117660245575413536
Binary110001110011111101100101001011011111011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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