Html Css Color HEX #063201 Myrtle

📋 copy color: '#063201'

red 6 ◦ green 50 ◦ blue 1

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

Shades of Myrtle #063201

Tints of Myrtle #063201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 87.72%

 BLUE value IS 1 (0.78% from 255) = 1.75%

R = 10.53%
G = 87.72%
B = 1.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#063201 (or 0x063201) is known color: Myrtle. HEX triplet: 06, 32 and 01. RGB value is (6,50,1). Sum of RGB (Red+Green+Blue) = 6+50+1=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #063201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063201 is #F9CDFE. Grayscale: #1F1F1F. Windows color (decimal): -16371199 or 78342. OLE color: 78342.

HSL color Cylindrical-coordinate representation of color #063201: hue angle of 113.88º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063201 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 1 -
CMYK 0.88 0 0.98 0.80
HSL 113.88º 0.96% 0.1% -
HSV(B) 113.88º 0.98% 0.2% -
XYZ 1.22 2.32 0.41 -
YUV 31.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 6 50 1 0.88 0 0.98 0.80 113.88 0.96 0.1
Hex 6 32 1 58 0 62 50 72 60 A
Octal 6 62 1 130 0 142 120 162 140 12
Binary 110 110010 1 1011000 0 1100010 1010000 1110010 1100000 1010

Color Harmonies of #063201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063201

Black with #063201

Text Example


Text Example

White with #063201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063201; }

 p { color: rgb(6,50,1); }

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

background-color css

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

 a { background-color: rgb(6,50,1); }

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

border-color css

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

 span { border-color: rgb(6,50,1); }

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