#616838

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

Shades of Woodland #616838

Tints of Woodland #616838

Color information

#616838 (or 0x616838) is unknown color: approx Woodland. HEX triplet: 61, 68 and 38. RGB value is (97,104,56). Sum of RGB (Red+Green+Blue) = 97+104+56=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #616838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616838 is #9E97C7. Grayscale: #606060. Windows color (decimal): -10393544 or 3696737. OLE color: 3696737.

HSL color Cylindrical-coordinate representation of color #616838: hue angle of 68.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616838 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB9710456-
CMYK0.0700.460.59
HSL68.75º30%31.37%-
HSV(B)68.75º46.15%40.78%-
XYZ10.5912.735.64-
YUV96.43105.18128.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=37.74%
G=40.47%
B=21.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104560.0700.460.5968.753031.37
Hex616838702E3B451e1f
Octal141150707056731053637
Binary11000011101000111000111010111011101110001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616838; }

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

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

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

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

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

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

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

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