#634C2F

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

Shades of Dallas #634C2F

Tints of Dallas #634C2F

Color information

#634C2F (or 0x634C2F) is unknown color: approx Dallas. HEX triplet: 63, 4C and 2F. RGB value is (99,76,47). Sum of RGB (Red+Green+Blue) = 99+76+47=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #634C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C2F is #9CB3D0. Grayscale: #4F4F4F. Windows color (decimal): -10269649 or 3099747. OLE color: 3099747.

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

Color convert

RGB997647-
CMYK00.230.530.61
HSL33.46º35.62%28.63%-
HSV(B)33.46º52.53%38.82%-
XYZ8.248.033.8-
YUV79.57109.62141.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=44.59%
G=34.23%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99764700.230.530.6133.4635.6228.63
Hex634C2F017353D21241d
Octal143114570276575414435
Binary1100011100110010111101011111010111110110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,47); }

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

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

 a { background-color: rgb(99,76,47); }

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

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

 span { border-color: rgb(99,76,47); }

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