Html Css Color HEX #06100E Dark Green

📋 copy color: '#06100E'

red 6 ◦ green 16 ◦ blue 14

#06100E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #06100E

Tints of Dark Green #06100E

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 value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#06100E (or 0x06100E) is known color: 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

RGB 6 16 14 -
CMYK 0.62 0 0.13 0.94
HSL 168º 0.45% 0.04% -
HSV(B) 168º 0.63% 0.06% -
XYZ 0.34 0.44 0.48 -
YUV 12.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 6 16 14 0.62 0 0.13 0.94 168 0.45 0.04
Hex 6 10 E 3E 0 D 5E A8 2D 4
Octal 6 20 16 76 0 15 136 250 55 4
Binary 110 10000 1110 111110 0 1101 1011110 10101000 101101 100

Color Harmonies of #06100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06100E

Black with #06100E

Text Example


Text Example

White with #06100E

Text Example


Text Example

HTML Codes & Css Web 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>