#63674B

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

Shades of Woodland #63674B

Tints of Woodland #63674B

Color information

#63674B (or 0x63674B) is unknown color: approx Woodland. HEX triplet: 63, 67 and 4B. RGB value is (99,103,75). Sum of RGB (Red+Green+Blue) = 99+103+75=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #63674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63674B is #9C98B4. Grayscale: #626262. Windows color (decimal): -10262709 or 4941667. OLE color: 4941667.

HSL color Cylindrical-coordinate representation of color #63674B: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63674B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB9910375-
CMYK0.0400.270.60
HSL68.57º15.73%34.9%-
HSV(B)68.57º27.18%40.39%-
XYZ11.2712.868.55-
YUV98.61114.67128.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=35.74%
G=37.18%
B=27.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99103750.0400.270.6068.5715.7334.9
Hex63674B401B3C451023
Octal1431471134033741052043
Binary110001111001111001011100011011111100100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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