#163621

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

Shades of Deep Fir #163621

Tints of Deep Fir #163621

Color information

#163621 (or 0x163621) is unknown color: approx Deep Fir. HEX triplet: 16, 36 and 21. RGB value is (22,54,33). Sum of RGB (Red+Green+Blue) = 22+54+33=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #163621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163621 is #E9C9DE. Grayscale: #2A2A2A. Windows color (decimal): -15321567 or 2176534. OLE color: 2176534.

HSL color Cylindrical-coordinate representation of color #163621: hue angle of 140.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163621 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB225433-
CMYK0.5900.390.79
HSL140.62º42.11%14.9%-
HSV(B)140.62º59.26%21.18%-
XYZ1.922.921.9-
YUV42.04122.9113.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=20.18%
G=49.54%
B=30.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254330.5900.390.79140.6242.1114.9
Hex1636213B0274F8d2af
Octal266641730471172155217
Binary1011011011010000111101101001111001111100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163621; }

 p { color: rgb(22,54,33); }

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

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

 a { background-color: rgb(22,54,33); }

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

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

 span { border-color: rgb(22,54,33); }

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