#634A46

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

Shades of Congo Brown #634A46

Tints of Congo Brown #634A46

Color information

#634A46 (or 0x634A46) is unknown color: approx Congo Brown. HEX triplet: 63, 4A and 46. RGB value is (99,74,70). Sum of RGB (Red+Green+Blue) = 99+74+70=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #634A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A46 is #9CB5B9. Grayscale: #515151. Windows color (decimal): -10270138 or 4606563. OLE color: 4606563.

HSL color Cylindrical-coordinate representation of color #634A46: hue angle of 8.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634A46 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB997470-
CMYK00.250.290.61
HSL8.28º17.16%33.14%-
HSV(B)8.28º29.29%38.82%-
XYZ8.77.996.88-
YUV81.02121.78140.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=40.74%
G=30.45%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99747000.250.290.618.2817.1633.14
Hex634A460191D3D81121
Octal1431121060313575102141
Binary11000111001010100011001100111101111101100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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