#065640

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

Shades of Jewel #065640

Tints of Jewel #065640

Color information

#065640 (or 0x065640) is unknown color: approx Jewel. HEX triplet: 06, 56 and 40. RGB value is (6,86,64). Sum of RGB (Red+Green+Blue) = 6+86+64=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #065640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065640 is #F9A9BF. Grayscale: #3B3B3B. Windows color (decimal): -16361920 or 4216326. OLE color: 4216326.

HSL color Cylindrical-coordinate representation of color #065640: hue angle of 163.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 #065640 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB68664-
CMYK0.9300.260.66
HSL163.5º86.96%18.04%-
HSV(B)163.5º93.02%33.73%-
XYZ4.337.065.99-
YUV59.57130.589.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=3.85%
G=55.13%
B=41.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686640.9300.260.66163.586.9618.04
Hex656405D01A42a45712
Octal612610013503210224412722
Binary110101011010000001011101011010100001010100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065640; }

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

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

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

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

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

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

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

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