Html Css Color HEX #06380A Myrtle

📋 copy color: '#06380A'

red 6 ◦ green 56 ◦ blue 10

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

Shades of Myrtle #06380A

Tints of Myrtle #06380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.89%

R = 8.33%
G = 77.78%
B = 13.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#06380A (or 0x06380A) is known color: Myrtle. HEX triplet: 06, 38 and 0A. RGB value is (6,56,10). Sum of RGB (Red+Green+Blue) = 6+56+10=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #06380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380A is #F9C7F5. Grayscale: #232323. Windows color (decimal): -16369654 or 669702. OLE color: 669702.

HSL color Cylindrical-coordinate representation of color #06380A: hue angle of 124.8º 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 #06380A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 10 -
CMYK 0.89 0 0.82 0.78
HSL 124.8º 0.81% 0.12% -
HSV(B) 124.8º 0.89% 0.22% -
XYZ 1.54 2.89 0.76 -
YUV 35.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 6 56 10 0.89 0 0.82 0.78 124.8 0.81 0.12
Hex 6 38 A 59 0 52 4E 7D 51 C
Octal 6 70 12 131 0 122 116 175 121 14
Binary 110 111000 1010 1011001 0 1010010 1001110 1111101 1010001 1100

Color Harmonies of #06380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06380A

Black with #06380A

Text Example


Text Example

White with #06380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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