Html Css Color HEX #666241 Verdigris

📋 copy color: '#666241'

red 102 ◦ green 98 ◦ blue 65

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

Shades of Verdigris #666241

Tints of Verdigris #666241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 38.49%
G = 36.98%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#666241 (or 0x666241) is known color: Verdigris. HEX triplet: 66, 62 and 41. RGB value is (102,98,65). Sum of RGB (Red+Green+Blue) = 102+98+65=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #666241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666241 is #999DBE. Grayscale: #5F5F5F. Windows color (decimal): -10067391 or 4285030. OLE color: 4285030.

HSL color Cylindrical-coordinate representation of color #666241: hue angle of 53.51º 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 #666241 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 98 65 -
CMYK 0 0.04 0.36 0.6
HSL 53.51º 0.22% 0.33% -
HSV(B) 53.51º 0.36% 0.4% -
XYZ 10.8 11.94 6.74 -
YUV 95.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 102 98 65 0 0.04 0.36 0.6 53.51 0.22 0.33
Hex 66 62 41 0 4 24 3C 36 16 21
Octal 146 142 101 0 4 44 74 66 26 41
Binary 1100110 1100010 1000001 0 100 100100 111100 110110 10110 100001

Color Harmonies of #666241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666241

Black with #666241

Text Example


Text Example

White with #666241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666241; }

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

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

background-color css

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

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

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

border-color css

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

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

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