#61693B

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

Shades of Woodland #61693B

Tints of Woodland #61693B

Color information

#61693B (or 0x61693B) is unknown color: approx Woodland. HEX triplet: 61, 69 and 3B. RGB value is (97,105,59). Sum of RGB (Red+Green+Blue) = 97+105+59=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #61693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61693B is #9E96C4. Grayscale: #616161. Windows color (decimal): -10393285 or 3893601. OLE color: 3893601.

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

Color convert

RGB9710559-
CMYK0.0800.440.59
HSL70.43º28.05%32.16%-
HSV(B)70.43º43.81%41.18%-
XYZ10.7712.966.07-
YUV97.36106.35127.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=37.16%
G=40.23%
B=22.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105590.0800.440.5970.4328.0532.16
Hex61693B802C3B461c20
Octal1411517310054731063440
Binary1100001110100111101110000101100111011100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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