Html Css Color HEX #06340A Myrtle

📋 copy color: '#06340A'

red 6 ◦ green 52 ◦ blue 10

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

Shades of Myrtle #06340A

Tints of Myrtle #06340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 76.47%

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

R = 8.82%
G = 76.47%
B = 14.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#06340A (or 0x06340A) is known color: Myrtle. HEX triplet: 06, 34 and 0A. RGB value is (6,52,10). Sum of RGB (Red+Green+Blue) = 6+52+10=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #06340A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06340A is #F9CBF5. Grayscale: #212121. Windows color (decimal): -16370678 or 668678. OLE color: 668678.

HSL color Cylindrical-coordinate representation of color #06340A: hue angle of 125.22º 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 #06340A is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 10 -
CMYK 0.88 0 0.81 0.80
HSL 125.22º 0.79% 0.11% -
HSV(B) 125.22º 0.88% 0.2% -
XYZ 1.36 2.52 0.7 -
YUV 33.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 6 52 10 0.88 0 0.81 0.80 125.22 0.79 0.11
Hex 6 34 A 58 0 51 50 7D 4F B
Octal 6 64 12 130 0 121 120 175 117 13
Binary 110 110100 1010 1011000 0 1010001 1010000 1111101 1001111 1011

Color Harmonies of #06340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06340A

Black with #06340A

Text Example


Text Example

White with #06340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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