#06360A

Color #06360A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #06360A

Tints of Myrtle #06360A

Color information

#06360A (or 0x06360A) is unknown color: approx Myrtle. HEX triplet: 06, 36 and 0A. RGB value is (6,54,10). Sum of RGB (Red+Green+Blue) = 6+54+10=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 54 (21.48% from 255 or 77.14% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 54 - color contains mainly: green. Hex color #06360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360A is #F9C9F5. Grayscale: #222222. Windows color (decimal): -16370166 or 669190. OLE color: 669190.

HSL color Cylindrical-coordinate representation of color #06360A: hue angle of 125º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06360A is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB65410-
CMYK0.8900.810.79
HSL125º80%11.76%-
HSV(B)125º88.89%21.18%-
XYZ1.452.70.73-
YUV34.63114.1107.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 54 (21.48% from 255) = 77.14%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=8.57%
G=77.14%
B=14.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654100.8900.810.791258011.76
Hex636A590514F7d50c
Octal66612131012111717512014
Binary11011011010101011001010100011001111111110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06360A;
 }
 .AnyTagClassName
 {
   color: #06360A;
 }
</style>
background-color css

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

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

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

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

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

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