Html Css Color HEX #06100D Dark Green

📋 copy color: '#06100D'

red 6 ◦ green 16 ◦ blue 13

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

Shades of Dark Green #06100D

Tints of Dark Green #06100D

RGB

 RED value IS 6 (2.73% from 255) = 17.14%

 GREEN value IS 16 (6.64% from 255) = 45.71%

 BLUE value IS 13 (5.47% from 255) = 37.14%

R = 17.14%
G = 45.71%
B = 37.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#06100D (or 0x06100D) is known color: Dark Green. HEX triplet: 06, 10 and 0D. RGB value is (6,16,13). Sum of RGB (Red+Green+Blue) = 6+16+13=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #06100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100D is #F9EFF2. Grayscale: #0C0C0C. Windows color (decimal): -16379891 or 856070. OLE color: 856070.

HSL color Cylindrical-coordinate representation of color #06100D: hue angle of 162º 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 #06100D is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 13 -
CMYK 0.62 0 0.19 0.94
HSL 162º 0.45% 0.04% -
HSV(B) 162º 0.63% 0.06% -
XYZ 0.33 0.44 0.45 -
YUV 12.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 6 16 13 0.62 0 0.19 0.94 162 0.45 0.04
Hex 6 10 D 3E 0 13 5E A2 2D 4
Octal 6 20 15 76 0 23 136 242 55 4
Binary 110 10000 1101 111110 0 10011 1011110 10100010 101101 100

Color Harmonies of #06100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06100D

Black with #06100D

Text Example


Text Example

White with #06100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06100D;
 }
 .AnyTagClassName
 {
   color: #06100D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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