#634340

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

Shades of Congo Brown #634340

Tints of Congo Brown #634340

Color information

#634340 (or 0x634340) is unknown color: approx Congo Brown. HEX triplet: 63, 43 and 40. RGB value is (99,67,64). Sum of RGB (Red+Green+Blue) = 99+67+64=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #634340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634340 is #9CBCBF. Grayscale: #4C4C4C. Windows color (decimal): -10271936 or 4211555. OLE color: 4211555.

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

Color convert

RGB996764-
CMYK00.320.350.61
HSL5.14º21.47%31.96%-
HSV(B)5.14º35.35%38.82%-
XYZ8.087.045.78-
YUV76.23121.1144.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=43.04%
G=29.13%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99676400.320.350.615.1421.4731.96
Hex634340020233D51520
Octal143103100040437552540
Binary110001110000111000000010000010001111110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634340; }

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

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

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

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

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

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

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

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