#161006

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

Shades of Bokara Grey #161006

Tints of Bokara Grey #161006

Color information

#161006 (or 0x161006) is unknown color: approx Bokara Grey. HEX triplet: 16, 10 and 06. RGB value is (22,16,6). Sum of RGB (Red+Green+Blue) = 22+16+6=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #161006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161006 is #E9EFF9. Grayscale: #101010. Windows color (decimal): -15331322 or 397334. OLE color: 397334.

HSL color Cylindrical-coordinate representation of color #161006: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161006 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB22166-
CMYK00.270.730.91
HSL37.5º57.14%5.49%-
HSV(B)37.5º72.73%8.63%-
XYZ0.550.550.25-
YUV16.65121.99131.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=50%
G=36.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2216600.270.730.9137.557.145.49
Hex1610601B495B26395
Octal2620603311113346715
Binary101101000011001101110010011011011100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161006; }

 p { color: rgb(22,16,6); }

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

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

 a { background-color: rgb(22,16,6); }

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

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

 span { border-color: rgb(22,16,6); }

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