Html Css Color HEX #66713F Woodland

📋 copy color: '#66713F'

red 102 ◦ green 113 ◦ blue 63

#66713F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #66713F

Tints of Woodland #66713F

RGB

 RED value IS 102 (40.23% from 255) = 36.69%

 GREEN value IS 113 (44.53% from 255) = 40.65%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 36.69%
G = 40.65%
B = 22.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#66713F (or 0x66713F) is known color: Woodland. HEX triplet: 66, 71 and 3F. RGB value is (102,113,63). Sum of RGB (Red+Green+Blue) = 102+113+63=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #66713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66713F is #998EC0. Grayscale: #686868. Windows color (decimal): -10063553 or 4157798. OLE color: 4157798.

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

Color convert

RGB 102 113 63 -
CMYK 0.10 0 0.44 0.56
HSL 73.2º 0.28% 0.35% -
HSV(B) 73.2º 0.44% 0.44% -
XYZ 12.28 14.99 6.95 -
YUV 104.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 102 113 63 0.10 0 0.44 0.56 73.2 0.28 0.35
Hex 66 71 3F A 0 2C 38 49 1C 23
Octal 146 161 77 12 0 54 70 111 34 43
Binary 1100110 1110001 111111 1010 0 101100 111000 1001001 11100 100011

Color Harmonies of #66713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66713F

Black with #66713F

Text Example


Text Example

White with #66713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66713F;
 }
 .AnyTagClassName
 {
   color: #66713F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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