Html Css Color HEX #666141 Verdigris

📋 copy color: '#666141'

red 102 ◦ green 97 ◦ blue 65

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

Shades of Verdigris #666141

Tints of Verdigris #666141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 38.64%
G = 36.74%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#666141 (or 0x666141) is known color: Verdigris. HEX triplet: 66, 61 and 41. RGB value is (102,97,65). Sum of RGB (Red+Green+Blue) = 102+97+65=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #666141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666141 is #999EBE. Grayscale: #5E5E5E. Windows color (decimal): -10067647 or 4284774. OLE color: 4284774.

HSL color Cylindrical-coordinate representation of color #666141: hue angle of 51.89º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666141 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 65 -
CMYK 0 0.05 0.36 0.6
HSL 51.89º 0.22% 0.33% -
HSV(B) 51.89º 0.36% 0.4% -
XYZ 10.71 11.76 6.71 -
YUV 94.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 102 97 65 0 0.05 0.36 0.6 51.89 0.22 0.33
Hex 66 61 41 0 5 24 3C 34 16 21
Octal 146 141 101 0 5 44 74 64 26 41
Binary 1100110 1100001 1000001 0 101 100100 111100 110100 10110 100001

Color Harmonies of #666141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666141

Black with #666141

Text Example


Text Example

White with #666141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666141; }

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

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

background-color css

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

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

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

border-color css

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

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

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