#181006

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

Shades of Bokara Grey #181006

Tints of Bokara Grey #181006

Color information

#181006 (or 0x181006) is unknown color: approx Bokara Grey. HEX triplet: 18, 10 and 06. RGB value is (24,16,6). Sum of RGB (Red+Green+Blue) = 24+16+6=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181006 is #E7EFF9. Grayscale: #111111. Windows color (decimal): -15200250 or 397336. OLE color: 397336.

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

Color convert

RGB24166-
CMYK00.330.750.91
HSL33.33º60%5.88%-
HSV(B)33.33º75%9.41%-
XYZ0.590.580.25-
YUV17.25121.65132.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2416600.330.750.9133.33605.88
Hex181060214B5B213c6
Octal3020604111313341746
Binary1100010000110010000110010111011011100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181006; }

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

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

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

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

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

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

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

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