Html Css Color HEX #666541 Verdigris

📋 copy color: '#666541'

red 102 ◦ green 101 ◦ blue 65

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

Shades of Verdigris #666541

Tints of Verdigris #666541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 38.06%
G = 37.69%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#666541 (or 0x666541) is known color: Verdigris. HEX triplet: 66, 65 and 41. RGB value is (102,101,65). Sum of RGB (Red+Green+Blue) = 102+101+65=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #666541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666541 is #999ABE. Grayscale: #616161. Windows color (decimal): -10066623 or 4285798. OLE color: 4285798.

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

Color convert

RGB 102 101 65 -
CMYK 0 0.01 0.36 0.6
HSL 58.38º 0.22% 0.33% -
HSV(B) 58.38º 0.36% 0.4% -
XYZ 11.09 12.51 6.83 -
YUV 97.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 102 101 65 0 0.01 0.36 0.6 58.38 0.22 0.33
Hex 66 65 41 0 1 24 3C 3A 16 21
Octal 146 145 101 0 1 44 74 72 26 41
Binary 1100110 1100101 1000001 0 1 100100 111100 111010 10110 100001

Color Harmonies of #666541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666541

Black with #666541

Text Example


Text Example

White with #666541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666541; }

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

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

background-color css

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

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

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

border-color css

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

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

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