#63702C

Color #63702C Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #63702C

Tints of Rain Forest #63702C

Color information

#63702C (or 0x63702C) is unknown color: approx Rain Forest. HEX triplet: 63, 70 and 2C. RGB value is (99,112,44). Sum of RGB (Red+Green+Blue) = 99+112+44=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #63702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63702C is #9C8FD3. Grayscale: #646464. Windows color (decimal): -10260436 or 2912355. OLE color: 2912355.

HSL color Cylindrical-coordinate representation of color #63702C: hue angle of 71.47º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63702C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB9911244-
CMYK0.1200.610.56
HSL71.47º43.59%30.59%-
HSV(B)71.47º60.71%43.92%-
XYZ11.3914.424.57-
YUV100.3696.19127.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=38.82%
G=43.92%
B=17.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112440.1200.610.5671.4743.5930.59
Hex63702CC03D38472c1f
Octal1431605414075701075437
Binary1100011111000010110011000111101111000100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,112,44); }

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

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

 a { background-color: rgb(99,112,44); }

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

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

 span { border-color: rgb(99,112,44); }

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