Html Css Color HEX #06593F Jewel

📋 copy color: '#06593F'

red 6 ◦ green 89 ◦ blue 63

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

Shades of Jewel #06593F

Tints of Jewel #06593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 56.33%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 3.8%
G = 56.33%
B = 39.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#06593F (or 0x06593F) is known color: Jewel. HEX triplet: 06, 59 and 3F. RGB value is (6,89,63). Sum of RGB (Red+Green+Blue) = 6+89+63=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #06593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06593F is #F9A6C0. Grayscale: #3D3D3D. Windows color (decimal): -16361153 or 4151558. OLE color: 4151558.

HSL color Cylindrical-coordinate representation of color #06593F: hue angle of 161.2º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06593F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 63 -
CMYK 0.93 0 0.29 0.65
HSL 161.2º 0.87% 0.19% -
HSV(B) 161.2º 0.93% 0.35% -
XYZ 4.54 7.54 5.92 -
YUV 61.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 6 89 63 0.93 0 0.29 0.65 161.2 0.87 0.19
Hex 6 59 3F 5D 0 1D 41 A1 57 13
Octal 6 131 77 135 0 35 101 241 127 23
Binary 110 1011001 111111 1011101 0 11101 1000001 10100001 1010111 10011

Color Harmonies of #06593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06593F

Black with #06593F

Text Example


Text Example

White with #06593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06593F; }

 p { color: rgb(6,89,63); }

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

background-color css

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

 a { background-color: rgb(6,89,63); }

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

border-color css

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

 span { border-color: rgb(6,89,63); }

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