#61683A

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

Shades of Woodland #61683A

Tints of Woodland #61683A

Color information

#61683A (or 0x61683A) is unknown color: approx Woodland. HEX triplet: 61, 68 and 3A. RGB value is (97,104,58). Sum of RGB (Red+Green+Blue) = 97+104+58=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #61683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61683A is #9E97C5. Grayscale: #606060. Windows color (decimal): -10393542 or 3827809. OLE color: 3827809.

HSL color Cylindrical-coordinate representation of color #61683A: hue angle of 69.13º 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 #61683A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB9710458-
CMYK0.0700.440.59
HSL69.13º28.4%31.76%-
HSV(B)69.13º44.23%40.78%-
XYZ10.6412.755.9-
YUV96.66106.18128.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=37.45%
G=40.15%
B=22.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104580.0700.440.5969.1328.431.76
Hex61683A702C3B451c20
Octal141150727054731053440
Binary110000111010001110101110101100111011100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61683A; }

 p { color: rgb(97,104,58); }

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

<style>
 a { background-color: #61683A; }

 a { background-color: rgb(97,104,58); }

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

<style>
 span { border-color: #61683A; }

 span { border-color: rgb(97,104,58); }

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