#06350B

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

Shades of Myrtle #06350B

Tints of Myrtle #06350B

Color information

#06350B (or 0x06350B) is unknown color: approx Myrtle. HEX triplet: 06, 35 and 0B. RGB value is (6,53,11). Sum of RGB (Red+Green+Blue) = 6+53+11=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #06350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06350B is #F9CAF4. Grayscale: #222222. Windows color (decimal): -16370421 or 734470. OLE color: 734470.

HSL color Cylindrical-coordinate representation of color #06350B: hue angle of 126.38º 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 #06350B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB65311-
CMYK0.8900.790.79
HSL126.38º79.66%11.57%-
HSV(B)126.38º88.68%20.78%-
XYZ1.412.610.75-
YUV34.16114.93107.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 53 (21.09% from 255) = 75.71%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=8.57%
G=75.71%
B=15.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653110.8900.790.79126.3879.6611.57
Hex635B5904F4F7e50c
Octal66513131011711717612014
Binary11011010110111011001010011111001111111111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06350B; }

 p { color: rgb(6,53,11); }

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

<style>
 a { background-color: #06350B; }

 a { background-color: rgb(6,53,11); }

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

<style>
 span { border-color: #06350B; }

 span { border-color: rgb(6,53,11); }

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