Html Css Color HEX #66713B Woodland

📋 copy color: '#66713B'

red 102 ◦ green 113 ◦ blue 59

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

Shades of Woodland #66713B

Tints of Woodland #66713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 37.23%
G = 41.24%
B = 21.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#66713B (or 0x66713B) is known color: Woodland. HEX triplet: 66, 71 and 3B. RGB value is (102,113,59). Sum of RGB (Red+Green+Blue) = 102+113+59=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #66713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66713B is #998EC4. Grayscale: #676767. Windows color (decimal): -10063557 or 3895654. OLE color: 3895654.

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

Color convert

RGB 102 113 59 -
CMYK 0.10 0 0.48 0.56
HSL 72.22º 0.31% 0.34% -
HSV(B) 72.22º 0.48% 0.44% -
XYZ 12.17 14.95 6.38 -
YUV 103.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 102 113 59 0.10 0 0.48 0.56 72.22 0.31 0.34
Hex 66 71 3B A 0 30 38 48 1F 22
Octal 146 161 73 12 0 60 70 110 37 42
Binary 1100110 1110001 111011 1010 0 110000 111000 1001000 11111 100010

Color Harmonies of #66713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66713B

Black with #66713B

Text Example


Text Example

White with #66713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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