#5F693A

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

Shades of Woodland #5F693A

Tints of Woodland #5F693A

Color information

#5F693A (or 0x5F693A) is unknown color: approx Woodland. HEX triplet: 5F, 69 and 3A. RGB value is (95,105,58). Sum of RGB (Red+Green+Blue) = 95+105+58=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #5F693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F693A is #A096C5. Grayscale: #606060. Windows color (decimal): -10524358 or 3828063. OLE color: 3828063.

HSL color Cylindrical-coordinate representation of color #5F693A: hue angle of 72.77º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F693A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB9510558-
CMYK0.1000.450.59
HSL72.77º28.83%31.96%-
HSV(B)72.77º44.76%41.18%-
XYZ10.5312.845.93-
YUV96.65106.19126.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=36.82%
G=40.70%
B=22.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105580.1000.450.5972.7728.8331.96
Hex5F693AA02D3B491d20
Octal1371517212055731113540
Binary1011111110100111101010100101101111011100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F693A; }

 p { color: rgb(95,105,58); }

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

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

 a { background-color: rgb(95,105,58); }

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

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

 span { border-color: rgb(95,105,58); }

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