Html Css Color HEX #06320A Myrtle

📋 copy color: '#06320A'

red 6 ◦ green 50 ◦ blue 10

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

Shades of Myrtle #06320A

Tints of Myrtle #06320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 75.76%

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

R = 9.09%
G = 75.76%
B = 15.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.80

RGB Variations

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

Color information

#06320A (or 0x06320A) is known color: Myrtle. HEX triplet: 06, 32 and 0A. RGB value is (6,50,10). Sum of RGB (Red+Green+Blue) = 6+50+10=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #06320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320A is #F9CDF5. Grayscale: #202020. Windows color (decimal): -16371190 or 668166. OLE color: 668166.

HSL color Cylindrical-coordinate representation of color #06320A: hue angle of 125.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06320A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 10 -
CMYK 0.88 0 0.80 0.80
HSL 125.45º 0.79% 0.11% -
HSV(B) 125.45º 0.88% 0.2% -
XYZ 1.27 2.34 0.67 -
YUV 32.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 6 50 10 0.88 0 0.80 0.80 125.45 0.79 0.11
Hex 6 32 A 58 0 50 50 7D 4F B
Octal 6 62 12 130 0 120 120 175 117 13
Binary 110 110010 1010 1011000 0 1010000 1010000 1111101 1001111 1011

Color Harmonies of #06320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06320A

Black with #06320A

Text Example


Text Example

White with #06320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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