#63674A

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

Shades of Woodland #63674A

Tints of Woodland #63674A

Color information

#63674A (or 0x63674A) is unknown color: approx Woodland. HEX triplet: 63, 67 and 4A. RGB value is (99,103,74). Sum of RGB (Red+Green+Blue) = 99+103+74=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #63674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63674A is #9C98B5. Grayscale: #626262. Windows color (decimal): -10262710 or 4876131. OLE color: 4876131.

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

Color convert

RGB9910374-
CMYK0.0400.280.60
HSL68.28º16.38%34.71%-
HSV(B)68.28º28.16%40.39%-
XYZ11.2312.858.37-
YUV98.5114.17128.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=35.87%
G=37.32%
B=26.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99103740.0400.280.6068.2816.3834.71
Hex63674A401C3C441023
Octal1431471124034741042043
Binary110001111001111001010100011100111100100010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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