#191006

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

Shades of Bokara Grey #191006

Tints of Bokara Grey #191006

Color information

#191006 (or 0x191006) is unknown color: approx Bokara Grey. HEX triplet: 19, 10 and 06. RGB value is (25,16,6). Sum of RGB (Red+Green+Blue) = 25+16+6=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #191006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191006 is #E6EFF9. Grayscale: #111111. Windows color (decimal): -15134714 or 397337. OLE color: 397337.

HSL color Cylindrical-coordinate representation of color #191006: hue angle of 31.58º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191006 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB25166-
CMYK00.360.760.90
HSL31.58º61.29%6.08%-
HSV(B)31.58º76%9.8%-
XYZ0.620.590.25-
YUV17.55121.48133.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=53.19%
G=34.04%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2516600.360.760.9031.5861.296.08
Hex191060244C5A203d6
Octal3120604411413240756
Binary1100110000110010010010011001011010100000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191006; }

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

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

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

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

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

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

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

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