#634A44

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

Shades of Congo Brown #634A44

Tints of Congo Brown #634A44

Color information

#634A44 (or 0x634A44) is unknown color: approx Congo Brown. HEX triplet: 63, 4A and 44. RGB value is (99,74,68). Sum of RGB (Red+Green+Blue) = 99+74+68=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #634A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A44 is #9CB5BB. Grayscale: #505050. Windows color (decimal): -10270140 or 4475491. OLE color: 4475491.

HSL color Cylindrical-coordinate representation of color #634A44: hue angle of 11.61º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634A44 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB997468-
CMYK00.250.310.61
HSL11.61º18.56%32.75%-
HSV(B)11.61º31.31%38.82%-
XYZ8.647.976.55-
YUV80.79120.78140.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=41.08%
G=30.71%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99746800.250.310.6111.6118.5632.75
Hex634A440191F3Dc1321
Octal1431121040313775142341
Binary11000111001010100010001100111111111101110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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