Html Css Color HEX #06550D Myrtle

📋 copy color: '#06550D'

red 6 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #06550D

Tints of Myrtle #06550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 81.73%

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

R = 5.77%
G = 81.73%
B = 12.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#06550D (or 0x06550D) is known color: Myrtle. HEX triplet: 06, 55 and 0D. RGB value is (6,85,13). Sum of RGB (Red+Green+Blue) = 6+85+13=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #06550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06550D is #F9AAF2. Grayscale: #353535. Windows color (decimal): -16362227 or 873734. OLE color: 873734.

HSL color Cylindrical-coordinate representation of color #06550D: hue angle of 125.32º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06550D is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 13 -
CMYK 0.93 0 0.85 0.67
HSL 125.32º 0.87% 0.18% -
HSV(B) 125.32º 0.93% 0.33% -
XYZ 3.4 6.56 1.47 -
YUV 53.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 6 85 13 0.93 0 0.85 0.67 125.32 0.87 0.18
Hex 6 55 D 5D 0 55 43 7D 57 12
Octal 6 125 15 135 0 125 103 175 127 22
Binary 110 1010101 1101 1011101 0 1010101 1000011 1111101 1010111 10010

Color Harmonies of #06550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06550D

Black with #06550D

Text Example


Text Example

White with #06550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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