Html Css Color HEX #666841 Woodland

📋 copy color: '#666841'

red 102 ◦ green 104 ◦ blue 65

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

Shades of Woodland #666841

Tints of Woodland #666841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 37.64%
G = 38.38%
B = 23.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#666841 (or 0x666841) is known color: Woodland. HEX triplet: 66, 68 and 41. RGB value is (102,104,65). Sum of RGB (Red+Green+Blue) = 102+104+65=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #666841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666841 is #9997BE. Grayscale: #636363. Windows color (decimal): -10065855 or 4286566. OLE color: 4286566.

HSL color Cylindrical-coordinate representation of color #666841: hue angle of 63.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666841 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 65 -
CMYK 0.02 0 0.38 0.59
HSL 63.08º 0.23% 0.33% -
HSV(B) 63.08º 0.38% 0.41% -
XYZ 11.38 13.11 6.93 -
YUV 98.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 102 104 65 0.02 0 0.38 0.59 63.08 0.23 0.33
Hex 66 68 41 2 0 26 3B 3F 17 21
Octal 146 150 101 2 0 46 73 77 27 41
Binary 1100110 1101000 1000001 10 0 100110 111011 111111 10111 100001

Color Harmonies of #666841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666841

Black with #666841

Text Example


Text Example

White with #666841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666841; }

 p { color: rgb(102,104,65); }

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

background-color css

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

 a { background-color: rgb(102,104,65); }

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

border-color css

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

 span { border-color: rgb(102,104,65); }

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