#066644

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

Shades of Jewel #066644

Tints of Jewel #066644

Color information

#066644 (or 0x066644) is unknown color: approx Jewel. HEX triplet: 06, 66 and 44. RGB value is (6,102,68). Sum of RGB (Red+Green+Blue) = 6+102+68=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #066644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066644 is #F999BB. Grayscale: #454545. Windows color (decimal): -16357820 or 4482566. OLE color: 4482566.

HSL color Cylindrical-coordinate representation of color #066644: hue angle of 158.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066644 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB610268-
CMYK0.9400.330.6
HSL158.75º88.89%21.18%-
HSV(B)158.75º94.12%40%-
XYZ5.879.967.08-
YUV69.42127.282.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=3.41%
G=57.95%
B=38.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102680.9400.330.6158.7588.8921.18
Hex666445E0213C9f5915
Octal61461041360417423713125
Binary110110011010001001011110010000111110010011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066644; }

 p { color: rgb(6,102,68); }

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

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

 a { background-color: rgb(6,102,68); }

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

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

 span { border-color: rgb(6,102,68); }

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