#170E06

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

Shades of Bokara Grey #170E06

Tints of Bokara Grey #170E06

Color information

#170E06 (or 0x170E06) is unknown color: approx Bokara Grey. HEX triplet: 17, 0E and 06. RGB value is (23,14,6). Sum of RGB (Red+Green+Blue) = 23+14+6=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E06 is #E8F1F9. Grayscale: #0F0F0F. Windows color (decimal): -15266298 or 396823. OLE color: 396823.

HSL color Cylindrical-coordinate representation of color #170E06: hue angle of 28.24º 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 #170E06 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB23146-
CMYK00.390.740.91
HSL28.24º58.62%5.69%-
HSV(B)28.24º73.91%9.02%-
XYZ0.540.510.24-
YUV15.78122.48133.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=53.49%
G=32.56%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2314600.390.740.9128.2458.625.69
Hex17E60274A5B1c3b6
Octal2716604711213334736
Binary10111111011001001111001010101101111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170E06; }

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

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

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

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

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

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

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

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