#666413

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

Shades of Fiji Green #666413

Tints of Fiji Green #666413

Color information

#666413 (or 0x666413) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 13. RGB value is (102,100,19). Sum of RGB (Red+Green+Blue) = 102+100+19=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #666413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666413 is #999BEC. Grayscale: #5B5B5B. Windows color (decimal): -10066925 or 1270886. OLE color: 1270886.

HSL color Cylindrical-coordinate representation of color #666413: hue angle of 58.55º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #666413 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB10210019-
CMYK00.020.810.6
HSL58.55º68.6%23.73%-
HSV(B)58.55º81.37%40%-
XYZ10.1511.992.39-
YUV91.3687.16135.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 100 (39.45% from 255) = 45.25%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=46.15%
G=45.25%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001900.020.810.658.5568.623.73
Hex66641302513C3b4518
Octal1461442302121747310530
Binary11001101100100100110101010001111100111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666413; }

 p { color: rgb(102,100,19); }

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

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

 a { background-color: rgb(102,100,19); }

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

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

 span { border-color: rgb(102,100,19); }

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