#634440

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

Shades of Congo Brown #634440

Tints of Congo Brown #634440

Color information

#634440 (or 0x634440) is unknown color: approx Congo Brown. HEX triplet: 63, 44 and 40. RGB value is (99,68,64). Sum of RGB (Red+Green+Blue) = 99+68+64=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #634440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634440 is #9CBBBF. Grayscale: #4C4C4C. Windows color (decimal): -10271680 or 4211811. OLE color: 4211811.

HSL color Cylindrical-coordinate representation of color #634440: hue angle of 6.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634440 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB996864-
CMYK00.310.350.61
HSL6.86º21.47%31.96%-
HSV(B)6.86º35.35%38.82%-
XYZ8.147.165.8-
YUV76.81120.77143.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=42.86%
G=29.44%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99686400.310.350.616.8621.4731.96
Hex63444001F233D71520
Octal143104100037437572540
Binary11000111000100100000001111110001111110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634440; }

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

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

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

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

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

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

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

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