#06644A

Color #06644A Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #06644A

Tints of Watercourse #06644A

Color information

#06644A (or 0x06644A) is unknown color: approx Watercourse. HEX triplet: 06, 64 and 4A. RGB value is (6,100,74). Sum of RGB (Red+Green+Blue) = 6+100+74=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #06644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06644A is #F99BB5. Grayscale: #444444. Windows color (decimal): -16358326 or 4875270. OLE color: 4875270.

HSL color Cylindrical-coordinate representation of color #06644A: hue angle of 163.4º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06644A is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB610074-
CMYK0.9400.260.61
HSL163.4º88.68%20.78%-
HSV(B)163.4º94%39.22%-
XYZ5.879.658.03-
YUV68.93130.8683.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=3.33%
G=55.56%
B=41.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100740.9400.260.61163.488.6820.78
Hex6644A5E01A3Da35915
Octal61441121360327524313125
Binary11011001001001010101111001101011110110100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,100,74); }

 H1.HeaderClassName
 {
   color: #06644A;
 }
 .AnyTagClassName
 {
   color: #06644A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,100,74); }

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

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

 span { border-color: rgb(6,100,74); }

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