#634544

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

Shades of Congo Brown #634544

Tints of Congo Brown #634544

Color information

#634544 (or 0x634544) is unknown color: approx Congo Brown. HEX triplet: 63, 45 and 44. RGB value is (99,69,68). Sum of RGB (Red+Green+Blue) = 99+69+68=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634544 is #9CBABB. Grayscale: #4D4D4D. Windows color (decimal): -10271420 or 4474211. OLE color: 4474211.

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

Color convert

RGB996968-
CMYK00.300.310.61
HSL1.94º18.56%32.75%-
HSV(B)1.94º31.31%38.82%-
XYZ8.327.336.44-
YUV77.86122.44143.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=41.95%
G=29.24%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99696800.300.310.611.9418.5632.75
Hex63454401E1F3D21321
Octal143105104036377522341
Binary110001110001011000100011110111111111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634544; }

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

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

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

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

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

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

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

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