#60672D

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

Shades of Rain Forest #60672D

Tints of Rain Forest #60672D

Color information

#60672D (or 0x60672D) is unknown color: approx Rain Forest. HEX triplet: 60, 67 and 2D. RGB value is (96,103,45). Sum of RGB (Red+Green+Blue) = 96+103+45=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #60672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60672D is #9F98D2. Grayscale: #5E5E5E. Windows color (decimal): -10459347 or 2975584. OLE color: 2975584.

HSL color Cylindrical-coordinate representation of color #60672D: hue angle of 67.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60672D is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB9610345-
CMYK0.0700.560.60
HSL67.24º39.19%29.02%-
HSV(B)67.24º56.31%40.39%-
XYZ10.1512.384.34-
YUV94.29100.18129.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=39.34%
G=42.21%
B=18.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103450.0700.560.6067.2439.1929.02
Hex60672D70383C43271d
Octal140147557070741034735
Binary110000011001111011011110111000111100100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60672D; }

 p { color: rgb(96,103,45); }

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

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

 a { background-color: rgb(96,103,45); }

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

<style>
 span { border-color: #60672D; }

 span { border-color: rgb(96,103,45); }

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