#643931

Color #643931 Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #643931

Tints of Redwood #643931

Color information

#643931 (or 0x643931) is unknown color: approx Redwood. HEX triplet: 64, 39 and 31. RGB value is (100,57,49). Sum of RGB (Red+Green+Blue) = 100+57+49=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #643931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643931 is #9BC6CE. Grayscale: #454545. Windows color (decimal): -10208975 or 3225956. OLE color: 3225956.

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

Color convert

RGB1005749-
CMYK00.430.510.61
HSL9.41º34.23%29.22%-
HSV(B)9.41º51%39.22%-
XYZ7.275.863.65-
YUV68.94116.75150.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=48.54%
G=27.67%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100574900.430.510.619.4134.2329.22
Hex64393102B333D9221d
Octal14471610536375114235
Binary11001001110011100010101011110011111101100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643931; }

 p { color: rgb(100,57,49); }

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

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

 a { background-color: rgb(100,57,49); }

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

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

 span { border-color: rgb(100,57,49); }

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