#63694B

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

Shades of Woodland #63694B

Tints of Woodland #63694B

Color information

#63694B (or 0x63694B) is unknown color: approx Woodland. HEX triplet: 63, 69 and 4B. RGB value is (99,105,75). Sum of RGB (Red+Green+Blue) = 99+105+75=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #63694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63694B is #9C96B4. Grayscale: #636363. Windows color (decimal): -10262197 or 4942179. OLE color: 4942179.

HSL color Cylindrical-coordinate representation of color #63694B: hue angle of 72º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63694B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB9910575-
CMYK0.0600.290.59
HSL72º16.67%35.29%-
HSV(B)72º28.57%41.18%-
XYZ11.4713.268.61-
YUV99.79114.01127.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=35.48%
G=37.63%
B=26.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105750.0600.290.597216.6735.29
Hex63694B601D3B481123
Octal1431511136035731102143
Binary110001111010011001011110011101111011100100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63694B; }

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

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

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

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

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

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

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

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