Html Css Color HEX #666041 Verdigris

📋 copy color: '#666041'

red 102 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #666041

Tints of Verdigris #666041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 38.78%
G = 36.5%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#666041 (or 0x666041) is known color: Verdigris. HEX triplet: 66, 60 and 41. RGB value is (102,96,65). Sum of RGB (Red+Green+Blue) = 102+96+65=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #666041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666041 is #999FBE. Grayscale: #5E5E5E. Windows color (decimal): -10067903 or 4284518. OLE color: 4284518.

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

Color convert

RGB 102 96 65 -
CMYK 0 0.06 0.36 0.6
HSL 50.27º 0.22% 0.33% -
HSV(B) 50.27º 0.36% 0.4% -
XYZ 10.62 11.57 6.68 -
YUV 94.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 102 96 65 0 0.06 0.36 0.6 50.27 0.22 0.33
Hex 66 60 41 0 6 24 3C 32 16 21
Octal 146 140 101 0 6 44 74 62 26 41
Binary 1100110 1100000 1000001 0 110 100100 111100 110010 10110 100001

Color Harmonies of #666041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666041

Black with #666041

Text Example


Text Example

White with #666041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666041; }

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

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

background-color css

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

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

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

border-color css

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

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

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