#634232

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

Shades of Very Dark Brown #634232

Tints of Very Dark Brown #634232

Color information

#634232 (or 0x634232) is unknown color: approx Very Dark Brown. HEX triplet: 63, 42 and 32. RGB value is (99,66,50). Sum of RGB (Red+Green+Blue) = 99+66+50=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #634232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634232 is #9CBDCD. Grayscale: #4A4A4A. Windows color (decimal): -10272206 or 3293795. OLE color: 3293795.

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

Color convert

RGB996650-
CMYK00.330.490.61
HSL19.59º32.89%29.22%-
HSV(B)19.59º49.49%38.82%-
XYZ7.676.783.92-
YUV74.04114.43145.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=46.05%
G=30.70%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665000.330.490.6119.5932.8929.22
Hex634232021313D14211d
Octal143102620416175244135
Binary1100011100001011001001000011100011111011010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634232; }

 p { color: rgb(99,66,50); }

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

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

 a { background-color: rgb(99,66,50); }

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

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

 span { border-color: rgb(99,66,50); }

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