Html Css Color HEX #66743D Woodland

📋 copy color: '#66743D'

red 102 ◦ green 116 ◦ blue 61

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

Shades of Woodland #66743D

Tints of Woodland #66743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 36.56%
G = 41.58%
B = 21.86%

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

#66743D (or 0x66743D) is known color: Woodland. HEX triplet: 66, 74 and 3D. RGB value is (102,116,61). Sum of RGB (Red+Green+Blue) = 102+116+61=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #66743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66743D is #998BC2. Grayscale: #696969. Windows color (decimal): -10062787 or 4027494. OLE color: 4027494.

HSL color Cylindrical-coordinate representation of color #66743D: hue angle of 75.27º degrees, saturation: 0.31, 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 #66743D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 61 -
CMYK 0.12 0 0.47 0.55
HSL 75.27º 0.31% 0.35% -
HSV(B) 75.27º 0.47% 0.45% -
XYZ 12.57 15.65 6.77 -
YUV 105.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 102 116 61 0.12 0 0.47 0.55 75.27 0.31 0.35
Hex 66 74 3D C 0 2F 37 4B 1F 23
Octal 146 164 75 14 0 57 67 113 37 43
Binary 1100110 1110100 111101 1100 0 101111 110111 1001011 11111 100011

Color Harmonies of #66743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66743D

Black with #66743D

Text Example


Text Example

White with #66743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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