#164321

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

Shades of Deep Fir #164321

Tints of Deep Fir #164321

Color information

#164321 (or 0x164321) is unknown color: approx Deep Fir. HEX triplet: 16, 43 and 21. RGB value is (22,67,33). Sum of RGB (Red+Green+Blue) = 22+67+33=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #164321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164321 is #E9BCDE. Grayscale: #313131. Windows color (decimal): -15318239 or 2179862. OLE color: 2179862.

HSL color Cylindrical-coordinate representation of color #164321: hue angle of 134.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164321 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB226733-
CMYK0.6700.510.74
HSL134.67º50.56%17.45%-
HSV(B)134.67º67.16%26.27%-
XYZ2.614.292.13-
YUV49.67118.59108.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=18.03%
G=54.92%
B=27.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267330.6700.510.74134.6750.5617.45
Hex164321430334A873311
Octal26103411030631122076321
Binary1011010000111000011000011011001110010101000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164321; }

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

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

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

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

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

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

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

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