#634E48

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

Shades of Congo Brown #634E48

Tints of Congo Brown #634E48

Color information

#634E48 (or 0x634E48) is unknown color: approx Congo Brown. HEX triplet: 63, 4E and 48. RGB value is (99,78,72). Sum of RGB (Red+Green+Blue) = 99+78+72=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #634E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E48 is #9CB1B7. Grayscale: #535353. Windows color (decimal): -10269112 or 4738659. OLE color: 4738659.

HSL color Cylindrical-coordinate representation of color #634E48: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634E48 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB997872-
CMYK00.210.270.61
HSL13.33º15.79%33.53%-
HSV(B)13.33º27.27%38.82%-
XYZ9.048.577.31-
YUV83.6121.46138.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=39.76%
G=31.33%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99787200.210.270.6113.3315.7933.53
Hex634E480151B3Dd1022
Octal1431161100253375152042
Binary11000111001110100100001010111011111101110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,72); }

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

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

 a { background-color: rgb(99,78,72); }

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

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

 span { border-color: rgb(99,78,72); }

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