#634A45

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

Shades of Congo Brown #634A45

Tints of Congo Brown #634A45

Color information

#634A45 (or 0x634A45) is unknown color: approx Congo Brown. HEX triplet: 63, 4A and 45. RGB value is (99,74,69). Sum of RGB (Red+Green+Blue) = 99+74+69=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #634A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A45 is #9CB5BA. Grayscale: #505050. Windows color (decimal): -10270139 or 4541027. OLE color: 4541027.

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

Color convert

RGB997469-
CMYK00.250.300.61
HSL10º17.86%32.94%-
HSV(B)10º30.3%38.82%-
XYZ8.677.986.71-
YUV80.9121.28140.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=40.91%
G=30.58%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99746900.250.300.611017.8632.94
Hex634A450191E3Da1221
Octal1431121050313675122241
Binary11000111001010100010101100111110111101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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