#66713D

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

Shades of Woodland #66713D

Tints of Woodland #66713D

Color information

#66713D (or 0x66713D) is unknown color: approx Woodland. HEX triplet: 66, 71 and 3D. RGB value is (102,113,61). Sum of RGB (Red+Green+Blue) = 102+113+61=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #66713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66713D is #998EC2. Grayscale: #676767. Windows color (decimal): -10063555 or 4026726. OLE color: 4026726.

HSL color Cylindrical-coordinate representation of color #66713D: hue angle of 72.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66713D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB10211361-
CMYK0.1000.460.56
HSL72.69º29.89%34.12%-
HSV(B)72.69º46.02%44.31%-
XYZ12.2314.976.66-
YUV103.78103.86126.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=36.96%
G=40.94%
B=22.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113610.1000.460.5672.6929.8934.12
Hex66713DA02E38491e22
Octal1461617512056701113642
Binary1100110111000111110110100101110111000100100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66713D; }

 p { color: rgb(102,113,61); }

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

<style>
 a { background-color: #66713D; }

 a { background-color: rgb(102,113,61); }

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

<style>
 span { border-color: #66713D; }

 span { border-color: rgb(102,113,61); }

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