#634031

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

Shades of Very Dark Brown #634031

Tints of Very Dark Brown #634031

Color information

#634031 (or 0x634031) is unknown color: approx Very Dark Brown. HEX triplet: 63, 40 and 31. RGB value is (99,64,49). Sum of RGB (Red+Green+Blue) = 99+64+49=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634031 is #9CBFCE. Grayscale: #484848. Windows color (decimal): -10272719 or 3227747. OLE color: 3227747.

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

Color convert

RGB996449-
CMYK00.350.510.61
HSL18º33.78%29.02%-
HSV(B)18º50.51%38.82%-
XYZ7.536.543.77-
YUV72.76114.6146.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=46.70%
G=30.19%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99644900.350.510.611833.7829.02
Hex634031023333D12221d
Octal143100610436375224235
Binary1100011100000011000101000111100111111011001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634031; }

 p { color: rgb(99,64,49); }

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

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

 a { background-color: rgb(99,64,49); }

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

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

 span { border-color: rgb(99,64,49); }

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