#63620C

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

Shades of Fiji Green #63620C

Tints of Fiji Green #63620C

Color information

#63620C (or 0x63620C) is unknown color: approx Fiji Green. HEX triplet: 63, 62 and 0C. RGB value is (99,98,12). Sum of RGB (Red+Green+Blue) = 99+98+12=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63620C is #9C9DF3. Grayscale: #585858. Windows color (decimal): -10264052 or 811619. OLE color: 811619.

HSL color Cylindrical-coordinate representation of color #63620C: hue angle of 59.31º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63620C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB999812-
CMYK00.010.880.61
HSL59.31º78.38%21.76%-
HSV(B)59.31º87.88%38.82%-
XYZ9.5811.412.05-
YUV88.4984.83135.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=47.37%
G=46.89%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99981200.010.880.6159.3178.3821.76
Hex6362C01583D3b4e16
Octal1431421401130757311626
Binary110001111000101100011011000111101111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,98,12); }

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

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

 a { background-color: rgb(99,98,12); }

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

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

 span { border-color: rgb(99,98,12); }

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