Html Css Color HEX #065640 Jewel

📋 copy color: '#065640'

red 6 ◦ green 86 ◦ blue 64

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

Shades of Jewel #065640

Tints of Jewel #065640

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 value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#065640 (or 0x065640) is known color: 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

RGB 6 86 64 -
CMYK 0.93 0 0.26 0.66
HSL 163.5º 0.87% 0.18% -
HSV(B) 163.5º 0.93% 0.34% -
XYZ 4.33 7.06 5.99 -
YUV 59.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 6 86 64 0.93 0 0.26 0.66 163.5 0.87 0.18
Hex 6 56 40 5D 0 1A 42 A4 57 12
Octal 6 126 100 135 0 32 102 244 127 22
Binary 110 1010110 1000000 1011101 0 11010 1000010 10100100 1010111 10010

Color Harmonies of #065640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065640

Black with #065640

Text Example


Text Example

White with #065640

Text Example


Text Example

HTML Codes & Css Web 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>