#634E2C

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

Shades of Dallas #634E2C

Tints of Dallas #634E2C

Color information

#634E2C (or 0x634E2C) is unknown color: approx Dallas. HEX triplet: 63, 4E and 2C. RGB value is (99,78,44). Sum of RGB (Red+Green+Blue) = 99+78+44=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E2C is #9CB1D3. Grayscale: #505050. Windows color (decimal): -10269140 or 2903651. OLE color: 2903651.

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

Color convert

RGB997844-
CMYK00.210.560.61
HSL37.09º38.46%28.04%-
HSV(B)37.09º55.56%38.82%-
XYZ8.328.283.54-
YUV80.4107.46141.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=44.80%
G=35.29%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99784400.210.560.6137.0938.4628.04
Hex634E2C015383D25261c
Octal143116540257075454634
Binary1100011100111010110001010111100011110110010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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