Html Css Color HEX #66743A Woodland

📋 copy color: '#66743A'

red 102 ◦ green 116 ◦ blue 58

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

Shades of Woodland #66743A

Tints of Woodland #66743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 36.96%
G = 42.03%
B = 21.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#66743A (or 0x66743A) is known color: Woodland. HEX triplet: 66, 74 and 3A. RGB value is (102,116,58). Sum of RGB (Red+Green+Blue) = 102+116+58=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #66743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66743A is #998BC5. Grayscale: #696969. Windows color (decimal): -10062790 or 3830886. OLE color: 3830886.

HSL color Cylindrical-coordinate representation of color #66743A: hue angle of 74.48º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66743A is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 58 -
CMYK 0.12 0 0.5 0.55
HSL 74.48º 0.33% 0.34% -
HSV(B) 74.48º 0.5% 0.45% -
XYZ 12.49 15.62 6.36 -
YUV 105.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 102 116 58 0.12 0 0.5 0.55 74.48 0.33 0.34
Hex 66 74 3A C 0 32 37 4A 21 22
Octal 146 164 72 14 0 62 67 112 41 42
Binary 1100110 1110100 111010 1100 0 110010 110111 1001010 100001 100010

Color Harmonies of #66743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66743A

Black with #66743A

Text Example


Text Example

White with #66743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,116,58); }

 H1.HeaderClassName
 {
   color: #66743A;
 }
 .AnyTagClassName
 {
   color: #66743A;
 }
</style>

background-color css

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

 a { background-color: rgb(102,116,58); }

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

border-color css

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

 span { border-color: rgb(102,116,58); }

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