#63402F

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

Shades of Very Dark Brown #63402F

Tints of Very Dark Brown #63402F

Color information

#63402F (or 0x63402F) is unknown color: approx Very Dark Brown. HEX triplet: 63, 40 and 2F. RGB value is (99,64,47). Sum of RGB (Red+Green+Blue) = 99+64+47=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63402F is #9CBFD0. Grayscale: #484848. Windows color (decimal): -10272721 or 3096675. OLE color: 3096675.

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

Color convert

RGB996447-
CMYK00.350.530.61
HSL19.62º35.62%28.63%-
HSV(B)19.62º52.53%38.82%-
XYZ7.496.523.55-
YUV72.53113.6146.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=47.14%
G=30.48%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99644700.350.530.6119.6235.6228.63
Hex63402F023353D14241d
Octal143100570436575244435
Binary1100011100000010111101000111101011111011010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63402F; }

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

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

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

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

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

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

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

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