#63693F

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

Shades of Woodland #63693F

Tints of Woodland #63693F

Color information

#63693F (or 0x63693F) is unknown color: approx Woodland. HEX triplet: 63, 69 and 3F. RGB value is (99,105,63). Sum of RGB (Red+Green+Blue) = 99+105+63=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #63693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63693F is #9C96C0. Grayscale: #626262. Windows color (decimal): -10262209 or 4155747. OLE color: 4155747.

HSL color Cylindrical-coordinate representation of color #63693F: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63693F is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB9910563-
CMYK0.0600.40.59
HSL68.57º25%32.94%-
HSV(B)68.57º40%41.18%-
XYZ11.0913.116.65-
YUV98.42108.01128.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 63 (25% from 255) = 23.60%
R=37.08%
G=39.33%
B=23.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105630.0600.40.5968.572532.94
Hex63693F60283B451921
Octal143151776050731053141
Binary110001111010011111111100101000111011100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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