Html Css Color HEX #66743E Woodland

📋 copy color: '#66743E'

red 102 ◦ green 116 ◦ blue 62

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

Shades of Woodland #66743E

Tints of Woodland #66743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 36.43%
G = 41.43%
B = 22.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#66743E (or 0x66743E) is known color: Woodland. HEX triplet: 66, 74 and 3E. RGB value is (102,116,62). Sum of RGB (Red+Green+Blue) = 102+116+62=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #66743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66743E is #998BC1. Grayscale: #696969. Windows color (decimal): -10062786 or 4093030. OLE color: 4093030.

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

Color convert

RGB 102 116 62 -
CMYK 0.12 0 0.47 0.55
HSL 75.56º 0.3% 0.35% -
HSV(B) 75.56º 0.47% 0.45% -
XYZ 12.59 15.66 6.92 -
YUV 105.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 102 116 62 0.12 0 0.47 0.55 75.56 0.3 0.35
Hex 66 74 3E C 0 2F 37 4C 1E 23
Octal 146 164 76 14 0 57 67 114 36 43
Binary 1100110 1110100 111110 1100 0 101111 110111 1001100 11110 100011

Color Harmonies of #66743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66743E

Black with #66743E

Text Example


Text Example

White with #66743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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