#634A48

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

Shades of Congo Brown #634A48

Tints of Congo Brown #634A48

Color information

#634A48 (or 0x634A48) is unknown color: approx Congo Brown. HEX triplet: 63, 4A and 48. RGB value is (99,74,72). Sum of RGB (Red+Green+Blue) = 99+74+72=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A48 is #9CB5B7. Grayscale: #515151. Windows color (decimal): -10270136 or 4737635. OLE color: 4737635.

HSL color Cylindrical-coordinate representation of color #634A48: hue angle of 4.44º 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 #634A48 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB997472-
CMYK00.250.270.61
HSL4.44º15.79%33.53%-
HSV(B)4.44º27.27%38.82%-
XYZ8.768.027.22-
YUV81.25122.78140.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=40.41%
G=30.20%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99747200.250.270.614.4415.7933.53
Hex634A480191B3D41022
Octal143112110031337542042
Binary1100011100101010010000110011101111110110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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