#61693D

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

Shades of Woodland #61693D

Tints of Woodland #61693D

Color information

#61693D (or 0x61693D) is unknown color: approx Woodland. HEX triplet: 61, 69 and 3D. RGB value is (97,105,61). Sum of RGB (Red+Green+Blue) = 97+105+61=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #61693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61693D is #9E96C2. Grayscale: #616161. Windows color (decimal): -10393283 or 4024673. OLE color: 4024673.

HSL color Cylindrical-coordinate representation of color #61693D: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61693D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB9710561-
CMYK0.0800.420.59
HSL70.91º26.51%32.55%-
HSV(B)70.91º41.9%41.18%-
XYZ10.8212.986.35-
YUV97.59107.35127.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=36.88%
G=39.92%
B=23.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105610.0800.420.5970.9126.5132.55
Hex61693D802A3B471b21
Octal1411517510052731073341
Binary1100001110100111110110000101010111011100011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,105,61); }

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

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

 a { background-color: rgb(97,105,61); }

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

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

 span { border-color: rgb(97,105,61); }

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