Html Css Color HEX #06380B Myrtle

📋 copy color: '#06380B'

red 6 ◦ green 56 ◦ blue 11

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

Shades of Myrtle #06380B

Tints of Myrtle #06380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 76.71%

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 8.22%
G = 76.71%
B = 15.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#06380B (or 0x06380B) is known color: Myrtle. HEX triplet: 06, 38 and 0B. RGB value is (6,56,11). Sum of RGB (Red+Green+Blue) = 6+56+11=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #06380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380B is #F9C7F4. Grayscale: #242424. Windows color (decimal): -16369653 or 735238. OLE color: 735238.

HSL color Cylindrical-coordinate representation of color #06380B: hue angle of 126º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06380B is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 11 -
CMYK 0.89 0 0.80 0.78
HSL 126º 0.81% 0.12% -
HSV(B) 126º 0.89% 0.22% -
XYZ 1.55 2.89 0.79 -
YUV 35.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 6 56 11 0.89 0 0.80 0.78 126 0.81 0.12
Hex 6 38 B 59 0 50 4E 7E 51 C
Octal 6 70 13 131 0 120 116 176 121 14
Binary 110 111000 1011 1011001 0 1010000 1001110 1111110 1010001 1100

Color Harmonies of #06380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06380B

Black with #06380B

Text Example


Text Example

White with #06380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06380B;
 }
 .AnyTagClassName
 {
   color: #06380B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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