#1C1006

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

Shades of Bokara Grey #1C1006

Tints of Bokara Grey #1C1006

Color information

#1C1006 (or 0x1C1006) is unknown color: approx Bokara Grey. HEX triplet: 1C, 10 and 06. RGB value is (28,16,6). Sum of RGB (Red+Green+Blue) = 28+16+6=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1006 is #E3EFF9. Grayscale: #121212. Windows color (decimal): -14938106 or 397340. OLE color: 397340.

HSL color Cylindrical-coordinate representation of color #1C1006: hue angle of 27.27º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1006 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB28166-
CMYK00.430.790.89
HSL27.27º64.71%6.67%-
HSV(B)27.27º78.57%10.98%-
XYZ0.70.630.26-
YUV18.45120.98134.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 6 (2.73% from 255) = 12%
R=56%
G=32%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2816600.430.790.8927.2764.716.67
Hex1C10602B4F591b417
Octal34206053117131331017
Binary1110010000110010101110011111011001110111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1006; }

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

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

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

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

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

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

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

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