#171006

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

Shades of Bokara Grey #171006

Tints of Bokara Grey #171006

Color information

#171006 (or 0x171006) is unknown color: approx Bokara Grey. HEX triplet: 17, 10 and 06. RGB value is (23,16,6). Sum of RGB (Red+Green+Blue) = 23+16+6=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #171006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171006 is #E8EFF9. Grayscale: #111111. Windows color (decimal): -15265786 or 397335. OLE color: 397335.

HSL color Cylindrical-coordinate representation of color #171006: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171006 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB23166-
CMYK00.300.740.91
HSL35.29º58.62%5.69%-
HSV(B)35.29º73.91%9.02%-
XYZ0.570.570.25-
YUV16.95121.82132.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=51.11%
G=35.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2316600.300.740.9135.2958.625.69
Hex1710601E4A5B233b6
Octal2720603611213343736
Binary101111000011001111010010101011011100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171006; }

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

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

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

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

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

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

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

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