#64610a

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

Shades of Fiji Green #64610A

Tints of Fiji Green #64610A

Color information

#64610A (or 0x64610A) is unknown color: approx Fiji Green. HEX triplet: 64, 61 and 0A. RGB value is (100,97,10). Sum of RGB (Red+Green+Blue) = 100+97+10=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64610A is #9B9EF5. Grayscale: #585858. Windows color (decimal): -10198774 or 680292. OLE color: 680292.

HSL color Cylindrical-coordinate representation of color #64610A: hue angle of 58º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64610A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB1009710-
CMYK00.030.900.61
HSL58º81.82%21.57%-
HSV(B)58º90%39.22%-
XYZ9.5911.281.96-
YUV87.9883.99136.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=48.31%
G=46.86%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100971000.030.900.615881.8221.57
Hex6461A035A3D3a5216
Octal1441411203132757212226
Binary1100100110000110100111011010111101111010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64610a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64610a; }

 p { color: rgb(100,97,10); }

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

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

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

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

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

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

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