#60653D

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

Shades of Woodland #60653D

Tints of Woodland #60653D

Color information

#60653D (or 0x60653D) is unknown color: approx Woodland. HEX triplet: 60, 65 and 3D. RGB value is (96,101,61). Sum of RGB (Red+Green+Blue) = 96+101+61=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #60653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60653D is #9F9AC2. Grayscale: #5F5F5F. Windows color (decimal): -10459843 or 4023648. OLE color: 4023648.

HSL color Cylindrical-coordinate representation of color #60653D: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60653D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB9610161-
CMYK0.0500.400.60
HSL67.5º24.69%31.76%-
HSV(B)67.5º39.6%39.61%-
XYZ10.3212.136.21-
YUV94.94108.84128.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=37.21%
G=39.15%
B=23.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101610.0500.400.6067.524.6931.76
Hex60653D50283C441920
Octal140145755050741043140
Binary110000011001011111011010101000111100100010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,101,61); }

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

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

 a { background-color: rgb(96,101,61); }

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

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

 span { border-color: rgb(96,101,61); }

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