#666513

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

Shades of Fiji Green #666513

Tints of Fiji Green #666513

Color information

#666513 (or 0x666513) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 13. RGB value is (102,101,19). Sum of RGB (Red+Green+Blue) = 102+101+19=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #666513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666513 is #999AEC. Grayscale: #5C5C5C. Windows color (decimal): -10066669 or 1271142. OLE color: 1271142.

HSL color Cylindrical-coordinate representation of color #666513: hue angle of 59.28º 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 #666513 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB10210119-
CMYK00.010.810.6
HSL59.28º68.6%23.73%-
HSV(B)59.28º81.37%40%-
XYZ10.2512.182.43-
YUV91.9586.83135.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=45.95%
G=45.50%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021011900.010.810.659.2868.623.73
Hex66651301513C3b4518
Octal1461452301121747310530
Binary1100110110010110011011010001111100111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666513; }

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

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

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

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

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

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

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

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