#634033

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

Shades of Very Dark Brown #634033

Tints of Very Dark Brown #634033

Color information

#634033 (or 0x634033) is unknown color: approx Very Dark Brown. HEX triplet: 63, 40 and 33. RGB value is (99,64,51). Sum of RGB (Red+Green+Blue) = 99+64+51=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634033 is #9CBFCC. Grayscale: #494949. Windows color (decimal): -10272717 or 3358819. OLE color: 3358819.

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

Color convert

RGB996451-
CMYK00.350.480.61
HSL16.25º32%29.41%-
HSV(B)16.25º48.48%38.82%-
XYZ7.586.564-
YUV72.98115.6146.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=46.26%
G=29.91%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99645100.350.480.6116.253229.41
Hex634033023303D10201d
Octal143100630436075204035
Binary1100011100000011001101000111100001111011000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634033; }

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

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

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

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

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

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

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

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