#065644

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

Shades of Cyprus #065644

Tints of Cyprus #065644

Color information

#065644 (or 0x065644) is unknown color: approx Cyprus. HEX triplet: 06, 56 and 44. RGB value is (6,86,68). Sum of RGB (Red+Green+Blue) = 6+86+68=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #065644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065644 is #F9A9BB. Grayscale: #3C3C3C. Windows color (decimal): -16361916 or 4478470. OLE color: 4478470.

HSL color Cylindrical-coordinate representation of color #065644: hue angle of 166.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065644 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB68668-
CMYK0.9300.210.66
HSL166.5º86.96%18.04%-
HSV(B)166.5º93.02%33.73%-
XYZ4.457.116.61-
YUV60.03132.589.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=3.75%
G=53.75%
B=42.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686680.9300.210.66166.586.9618.04
Hex656445D01542a65712
Octal612610413502510224612722
Binary110101011010001001011101010101100001010100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065644; }

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

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

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

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

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

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

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

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