Html Css Color HEX #065641 Jewel

📋 copy color: '#065641'

red 6 ◦ green 86 ◦ blue 65

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

Shades of Jewel #065641

Tints of Jewel #065641

RGB

 RED value IS 6 (2.73% from 255) = 3.82%

 GREEN value IS 86 (33.98% from 255) = 54.78%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 3.82%
G = 54.78%
B = 41.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#065641 (or 0x065641) is known color: Jewel. HEX triplet: 06, 56 and 41. RGB value is (6,86,65). Sum of RGB (Red+Green+Blue) = 6+86+65=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #065641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065641 is #F9A9BE. Grayscale: #3B3B3B. Windows color (decimal): -16361919 or 4281862. OLE color: 4281862.

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

Color convert

RGB 6 86 65 -
CMYK 0.93 0 0.24 0.66
HSL 164.25º 0.87% 0.18% -
HSV(B) 164.25º 0.93% 0.34% -
XYZ 4.36 7.08 6.14 -
YUV 59.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 6 86 65 0.93 0 0.24 0.66 164.25 0.87 0.18
Hex 6 56 41 5D 0 18 42 A4 57 12
Octal 6 126 101 135 0 30 102 244 127 22
Binary 110 1010110 1000001 1011101 0 11000 1000010 10100100 1010111 10010

Color Harmonies of #065641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065641

Black with #065641

Text Example


Text Example

White with #065641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065641; }

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

 H1.HeaderClassName
 {
   color: #065641;
 }
 .AnyTagClassName
 {
   color: #065641;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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