#696B3D

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

Shades of Woodland #696B3D

Tints of Woodland #696B3D

Color information

#696B3D (or 0x696B3D) is unknown color: approx Woodland. HEX triplet: 69, 6B and 3D. RGB value is (105,107,61). Sum of RGB (Red+Green+Blue) = 105+107+61=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #696B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B3D is #9694C2. Grayscale: #656565. Windows color (decimal): -9868483 or 4025193. OLE color: 4025193.

HSL color Cylindrical-coordinate representation of color #696B3D: hue angle of 62.61º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #696B3D is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB10510761-
CMYK0.0200.430.58
HSL62.61º27.38%32.94%-
HSV(B)62.61º42.99%41.96%-
XYZ11.9313.866.46-
YUV101.16105.34130.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=38.46%
G=39.19%
B=22.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107610.0200.430.5862.6127.3832.94
Hex696B3D202B3A3f1b21
Octal15115375205372773341
Binary1101001110101111110110010101111101011111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B3D; }

 p { color: rgb(105,107,61); }

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

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

 a { background-color: rgb(105,107,61); }

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

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

 span { border-color: rgb(105,107,61); }

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