#06643C

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

Shades of Jewel #06643C

Tints of Jewel #06643C

Color information

#06643C (or 0x06643C) is unknown color: approx Jewel. HEX triplet: 06, 64 and 3C. RGB value is (6,100,60). Sum of RGB (Red+Green+Blue) = 6+100+60=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #06643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06643C is #F99BC3. Grayscale: #434343. Windows color (decimal): -16358340 or 3957766. OLE color: 3957766.

HSL color Cylindrical-coordinate representation of color #06643C: hue angle of 154.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06643C is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB610060-
CMYK0.9400.40.61
HSL154.47º88.68%20.78%-
HSV(B)154.47º94%39.22%-
XYZ5.459.485.82-
YUV67.33123.8684.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 100 (39.45% from 255) = 60.24%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=3.61%
G=60.24%
B=36.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100600.9400.40.61154.4788.6820.78
Hex6643C5E0283D9a5915
Octal6144741360507523213125
Binary11011001001111001011110010100011110110011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06643C; }

 p { color: rgb(6,100,60); }

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

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

 a { background-color: rgb(6,100,60); }

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

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

 span { border-color: rgb(6,100,60); }

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