#634B29

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

Shades of Dallas #634B29

Tints of Dallas #634B29

Color information

#634B29 (or 0x634B29) is unknown color: approx Dallas. HEX triplet: 63, 4B and 29. RGB value is (99,75,41). Sum of RGB (Red+Green+Blue) = 99+75+41=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #634B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B29 is #9CB4D6. Grayscale: #4E4E4E. Windows color (decimal): -10269911 or 2706275. OLE color: 2706275.

HSL color Cylindrical-coordinate representation of color #634B29: hue angle of 35.17º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #634B29 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB997541-
CMYK00.240.590.61
HSL35.17º41.43%27.45%-
HSV(B)35.17º58.59%38.82%-
XYZ8.067.843.19-
YUV78.3106.95142.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=46.05%
G=34.88%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99754100.240.590.6135.1741.4327.45
Hex634B290183B3D23291b
Octal143113510307375435133
Binary1100011100101110100101100011101111110110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,41); }

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

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

 a { background-color: rgb(99,75,41); }

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

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

 span { border-color: rgb(99,75,41); }

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