#63620B

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

Shades of Fiji Green #63620B

Tints of Fiji Green #63620B

Color information

#63620B (or 0x63620B) is unknown color: approx Fiji Green. HEX triplet: 63, 62 and 0B. RGB value is (99,98,11). Sum of RGB (Red+Green+Blue) = 99+98+11=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63620B is #9C9DF4. Grayscale: #585858. Windows color (decimal): -10264053 or 746083. OLE color: 746083.

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

Color convert

RGB999811-
CMYK00.010.890.61
HSL59.32º80%21.57%-
HSV(B)59.32º88.89%38.82%-
XYZ9.5711.412.01-
YUV88.3884.33135.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=47.60%
G=47.12%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99981100.010.890.6159.328021.57
Hex6362B01593D3b5016
Octal1431421301131757312026
Binary110001111000101011011011001111101111011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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