Html Css Color HEX #063200 Myrtle

📋 copy color: '#063200'

red 6 ◦ green 50 ◦ blue 0

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

Shades of Myrtle #063200

Tints of Myrtle #063200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.71%
G = 89.29%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#063200 (or 0x063200) is known color: Myrtle. HEX triplet: 06, 32 and 00. RGB value is (6,50,0). Sum of RGB (Red+Green+Blue) = 6+50+0=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #063200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063200 is #F9CDFF. Grayscale: #1F1F1F. Windows color (decimal): -16371200 or 12806. OLE color: 12806.

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

Color convert

RGB 6 50 0 -
CMYK 0.88 0 1 0.80
HSL 112.8º 1% 0.1% -
HSV(B) 112.8º 1% 0.2% -
XYZ 1.22 2.32 0.38 -
YUV 31.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 6 50 0 0.88 0 1 0.80 112.8 1 0.1
Hex 6 32 0 58 0 64 50 71 64 A
Octal 6 62 0 130 0 144 120 161 144 12
Binary 110 110010 0 1011000 0 1100100 1010000 1110001 1100100 1010

Color Harmonies of #063200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063200

Black with #063200

Text Example


Text Example

White with #063200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063200; }

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

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

background-color css

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

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

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

border-color css

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

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

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