#69713F

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

Shades of Woodland #69713F

Tints of Woodland #69713F

Color information

#69713F (or 0x69713F) is unknown color: approx Woodland. HEX triplet: 69, 71 and 3F. RGB value is (105,113,63). Sum of RGB (Red+Green+Blue) = 105+113+63=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #69713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69713F is #968EC0. Grayscale: #696969. Windows color (decimal): -9866945 or 4157801. OLE color: 4157801.

HSL color Cylindrical-coordinate representation of color #69713F: hue angle of 69.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69713F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB10511363-
CMYK0.0700.440.56
HSL69.6º28.41%34.51%-
HSV(B)69.6º44.25%44.31%-
XYZ12.6315.176.97-
YUV104.91104.35128.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 63 (25% from 255) = 22.42%
R=37.37%
G=40.21%
B=22.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113630.0700.440.5669.628.4134.51
Hex69713F702C38461c23
Octal151161777054701063443
Binary110100111100011111111110101100111000100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69713F; }

 p { color: rgb(105,113,63); }

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

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

 a { background-color: rgb(105,113,63); }

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

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

 span { border-color: rgb(105,113,63); }

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