Html Css Color HEX #06450E Myrtle

📋 copy color: '#06450E'

red 6 ◦ green 69 ◦ blue 14

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

Shades of Myrtle #06450E

Tints of Myrtle #06450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 77.53%

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

R = 6.74%
G = 77.53%
B = 15.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#06450E (or 0x06450E) is known color: Myrtle. HEX triplet: 06, 45 and 0E. RGB value is (6,69,14). Sum of RGB (Red+Green+Blue) = 6+69+14=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #06450E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450E is #F9BAF1. Grayscale: #2C2C2C. Windows color (decimal): -16366322 or 935174. OLE color: 935174.

HSL color Cylindrical-coordinate representation of color #06450E: hue angle of 127.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06450E is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 14 -
CMYK 0.91 0 0.80 0.73
HSL 127.62º 0.84% 0.15% -
HSV(B) 127.62º 0.91% 0.27% -
XYZ 2.28 4.33 1.13 -
YUV 43.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 6 69 14 0.91 0 0.80 0.73 127.62 0.84 0.15
Hex 6 45 E 5B 0 50 49 80 54 F
Octal 6 105 16 133 0 120 111 200 124 17
Binary 110 1000101 1110 1011011 0 1010000 1001001 10000000 1010100 1111

Color Harmonies of #06450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06450E

Black with #06450E

Text Example


Text Example

White with #06450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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