Html Css Color HEX #06100A Dark Green

📋 copy color: '#06100A'

red 6 ◦ green 16 ◦ blue 10

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

Shades of Dark Green #06100A

Tints of Dark Green #06100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 18.75%
G = 50%
B = 31.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.94

RGB Variations

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

Color information

#06100A (or 0x06100A) is known color: Dark Green. HEX triplet: 06, 10 and 0A. RGB value is (6,16,10). Sum of RGB (Red+Green+Blue) = 6+16+10=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #06100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100A is #F9EFF5. Grayscale: #0C0C0C. Windows color (decimal): -16379894 or 659462. OLE color: 659462.

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

Color convert

RGB 6 16 10 -
CMYK 0.62 0 0.37 0.94
HSL 144º 0.45% 0.04% -
HSV(B) 144º 0.63% 0.06% -
XYZ 0.32 0.43 0.35 -
YUV 12.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 6 16 10 0.62 0 0.37 0.94 144 0.45 0.04
Hex 6 10 A 3E 0 25 5E 90 2D 4
Octal 6 20 12 76 0 45 136 220 55 4
Binary 110 10000 1010 111110 0 100101 1011110 10010000 101101 100

Color Harmonies of #06100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06100A

Black with #06100A

Text Example


Text Example

White with #06100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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