Html Css Color HEX #0A0906 Maire

📋 copy color: '#0A0906'

red 10 ◦ green 9 ◦ blue 6

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

Shades of Maire #0A0906

Tints of Maire #0A0906

RGB

 RED value IS 10 (4.3% from 255) = 40%

 GREEN value IS 9 (3.91% from 255) = 36%

 BLUE value IS 6 (2.73% from 255) = 24%

R = 40%
G = 36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.4

 K value IS 0.96

RGB Variations

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

Color information

#0A0906 (or 0x0A0906) is known color: Maire. HEX triplet: 0A, 09 and 06. RGB value is (10,9,6). Sum of RGB (Red+Green+Blue) = 10+9+6=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0906 is #F5F6F9. Grayscale: #080808. Windows color (decimal): -16119546 or 395530. OLE color: 395530.

HSL color Cylindrical-coordinate representation of color #0A0906: hue angle of 45º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0906 is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 9 6 -
CMYK 0 0.10 0.4 0.96
HSL 45º 0.25% 0.03% -
HSV(B) 45º 0.4% 0.04% -
XYZ 0.26 0.27 0.21 -
YUV 8.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 10 9 6 0 0.10 0.4 0.96 45 0.25 0.03
Hex A 9 6 0 A 28 60 2D 19 3
Octal 12 11 6 0 12 50 140 55 31 3
Binary 1010 1001 110 0 1010 101000 1100000 101101 11001 11

Color Harmonies of #0A0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0906

Black with #0A0906

Text Example


Text Example

White with #0A0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0906; }

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

 H1.HeaderClassName
 {
   color: #0A0906;
 }
 .AnyTagClassName
 {
   color: #0A0906;
 }
</style>

background-color css

<style>
 a { background-color: #0A0906; }

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

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

border-color css

<style>
 span { border-color: #0A0906; }

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

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