#64640E

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

Shades of Fiji Green #64640E

Tints of Fiji Green #64640E

Color information

#64640E (or 0x64640E) is unknown color: approx Fiji Green. HEX triplet: 64, 64 and 0E. RGB value is (100,100,14). Sum of RGB (Red+Green+Blue) = 100+100+14=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64640E is #9B9BF1. Grayscale: #5A5A5A. Windows color (decimal): -10198002 or 943204. OLE color: 943204.

HSL color Cylindrical-coordinate representation of color #64640E: hue angle of 60º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64640E is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB10010014-
CMYK000.860.61
HSL60º75.44%22.35%-
HSV(B)60º86%39.22%-
XYZ9.8911.862.18-
YUV90.285134.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=46.73%
G=46.73%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010014000.860.616075.4422.35
Hex6464E00563D3c4b16
Octal1441441600126757411326
Binary110010011001001110001010110111101111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64640E; }

 p { color: rgb(100,100,14); }

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

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

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

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

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

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

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