#06100E

Color #06100E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06100E

Tints of Dark Green #06100E

Color information

#06100E (or 0x06100E) is unknown color: approx Dark Green. HEX triplet: 06, 10 and 0E. RGB value is (6,16,14). Sum of RGB (Red+Green+Blue) = 6+16+14=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #06100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100E is #F9EFF1. Grayscale: #0C0C0C. Windows color (decimal): -16379890 or 921606. OLE color: 921606.

HSL color Cylindrical-coordinate representation of color #06100E: hue angle of 168º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06100E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB61614-
CMYK0.6200.130.94
HSL168º45.45%4.31%-
HSV(B)168º62.5%6.27%-
XYZ0.340.440.48-
YUV12.78128.69123.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal616140.6200.130.9416845.454.31
Hex610E3E0D5Ea82d4
Octal6201676015136250554
Binary11010000111011111001101101111010101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06100E; }

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

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

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

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

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

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

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

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