#634C45

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

Shades of Congo Brown #634C45

Tints of Congo Brown #634C45

Color information

#634C45 (or 0x634C45) is unknown color: approx Congo Brown. HEX triplet: 63, 4C and 45. RGB value is (99,76,69). Sum of RGB (Red+Green+Blue) = 99+76+69=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #634C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C45 is #9CB3BA. Grayscale: #525252. Windows color (decimal): -10269627 or 4541539. OLE color: 4541539.

HSL color Cylindrical-coordinate representation of color #634C45: hue angle of 14º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634C45 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB997669-
CMYK00.230.300.61
HSL14º17.86%32.94%-
HSV(B)14º30.3%38.82%-
XYZ8.88.256.76-
YUV82.08120.62140.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=40.57%
G=31.15%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99766900.230.300.611417.8632.94
Hex634C450171E3De1221
Octal1431141050273675162241
Binary11000111001100100010101011111110111101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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