#634E33

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

Shades of Dallas #634E33

Tints of Dallas #634E33

Color information

#634E33 (or 0x634E33) is unknown color: approx Dallas. HEX triplet: 63, 4E and 33. RGB value is (99,78,51). Sum of RGB (Red+Green+Blue) = 99+78+51=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E33 is #9CB1CC. Grayscale: #515151. Windows color (decimal): -10269133 or 3362403. OLE color: 3362403.

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

Color convert

RGB997851-
CMYK00.210.480.61
HSL33.75º32%29.41%-
HSV(B)33.75º48.48%38.82%-
XYZ8.478.344.3-
YUV81.2110.96140.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=43.42%
G=34.21%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99785100.210.480.6133.753229.41
Hex634E33015303D22201d
Octal143116630256075424035
Binary1100011100111011001101010111000011110110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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