Html Css Color HEX #06530E Myrtle

📋 copy color: '#06530E'

red 6 ◦ green 83 ◦ blue 14

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

Shades of Myrtle #06530E

Tints of Myrtle #06530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 80.58%

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 5.83%
G = 80.58%
B = 13.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#06530E (or 0x06530E) is known color: Myrtle. HEX triplet: 06, 53 and 0E. RGB value is (6,83,14). Sum of RGB (Red+Green+Blue) = 6+83+14=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #06530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06530E is #F9ACF1. Grayscale: #343434. Windows color (decimal): -16362738 or 938758. OLE color: 938758.

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

Color convert

RGB 6 83 14 -
CMYK 0.93 0 0.83 0.67
HSL 126.23º 0.87% 0.17% -
HSV(B) 126.23º 0.93% 0.33% -
XYZ 3.25 6.26 1.45 -
YUV 52.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 6 83 14 0.93 0 0.83 0.67 126.23 0.87 0.17
Hex 6 53 E 5D 0 53 43 7E 57 11
Octal 6 123 16 135 0 123 103 176 127 21
Binary 110 1010011 1110 1011101 0 1010011 1000011 1111110 1010111 10001

Color Harmonies of #06530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06530E

Black with #06530E

Text Example


Text Example

White with #06530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06530E; }

 p { color: rgb(6,83,14); }

 H1.HeaderClassName
 {
   color: #06530E;
 }
 .AnyTagClassName
 {
   color: #06530E;
 }
</style>

background-color css

<style>
 a { background-color: #06530E; }

 a { background-color: rgb(6,83,14); }

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

border-color css

<style>
 span { border-color: #06530E; }

 span { border-color: rgb(6,83,14); }

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