Html Css Color HEX #06330A Myrtle

📋 copy color: '#06330A'

red 6 ◦ green 51 ◦ blue 10

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

Shades of Myrtle #06330A

Tints of Myrtle #06330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 76.12%

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

R = 8.96%
G = 76.12%
B = 14.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.8

RGB Variations

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

Color information

#06330A (or 0x06330A) is known color: Myrtle. HEX triplet: 06, 33 and 0A. RGB value is (6,51,10). Sum of RGB (Red+Green+Blue) = 6+51+10=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #06330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06330A is #F9CCF5. Grayscale: #202020. Windows color (decimal): -16370934 or 668422. OLE color: 668422.

HSL color Cylindrical-coordinate representation of color #06330A: hue angle of 125.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06330A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 10 -
CMYK 0.88 0 0.80 0.8
HSL 125.33º 0.79% 0.11% -
HSV(B) 125.33º 0.88% 0.2% -
XYZ 1.31 2.43 0.69 -
YUV 32.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 6 51 10 0.88 0 0.80 0.8 125.33 0.79 0.11
Hex 6 33 A 58 0 50 50 7D 4F B
Octal 6 63 12 130 0 120 120 175 117 13
Binary 110 110011 1010 1011000 0 1010000 1010000 1111101 1001111 1011

Color Harmonies of #06330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06330A

Black with #06330A

Text Example


Text Example

White with #06330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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