Html Css Color HEX #666242 Verdigris

📋 copy color: '#666242'

red 102 ◦ green 98 ◦ blue 66

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

Shades of Verdigris #666242

Tints of Verdigris #666242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 38.35%
G = 36.84%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#666242 (or 0x666242) is known color: Verdigris. HEX triplet: 66, 62 and 42. RGB value is (102,98,66). Sum of RGB (Red+Green+Blue) = 102+98+66=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #666242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666242 is #999DBD. Grayscale: #5F5F5F. Windows color (decimal): -10067390 or 4350566. OLE color: 4350566.

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

Color convert

RGB 102 98 66 -
CMYK 0 0.04 0.35 0.6
HSL 53.33º 0.21% 0.33% -
HSV(B) 53.33º 0.35% 0.4% -
XYZ 10.83 11.95 6.89 -
YUV 95.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 102 98 66 0 0.04 0.35 0.6 53.33 0.21 0.33
Hex 66 62 42 0 4 23 3C 35 15 21
Octal 146 142 102 0 4 43 74 65 25 41
Binary 1100110 1100010 1000010 0 100 100011 111100 110101 10101 100001

Color Harmonies of #666242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666242

Black with #666242

Text Example


Text Example

White with #666242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666242; }

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

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

background-color css

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

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

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

border-color css

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

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

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