#634132

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

Shades of Very Dark Brown #634132

Tints of Very Dark Brown #634132

Color information

#634132 (or 0x634132) is unknown color: approx Very Dark Brown. HEX triplet: 63, 41 and 32. RGB value is (99,65,50). Sum of RGB (Red+Green+Blue) = 99+65+50=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634132 is #9CBECD. Grayscale: #494949. Windows color (decimal): -10272462 or 3293539. OLE color: 3293539.

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

Color convert

RGB996550-
CMYK00.340.490.61
HSL18.37º32.89%29.22%-
HSV(B)18.37º49.49%38.82%-
XYZ7.616.663.9-
YUV73.46114.76146.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=46.26%
G=30.37%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99655000.340.490.6118.3732.8929.22
Hex634132022313D12211d
Octal143101620426175224135
Binary1100011100000111001001000101100011111011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634132; }

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

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

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

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

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

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

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

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