Html Css Color HEX #666142 Verdigris

📋 copy color: '#666142'

red 102 ◦ green 97 ◦ blue 66

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

Shades of Verdigris #666142

Tints of Verdigris #666142

RGB

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

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

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

R = 38.49%
G = 36.6%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#666142 (or 0x666142) is known color: Verdigris. HEX triplet: 66, 61 and 42. RGB value is (102,97,66). Sum of RGB (Red+Green+Blue) = 102+97+66=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #666142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666142 is #999EBD. Grayscale: #5F5F5F. Windows color (decimal): -10067646 or 4350310. OLE color: 4350310.

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

Color convert

RGB 102 97 66 -
CMYK 0 0.05 0.35 0.6
HSL 51.67º 0.21% 0.33% -
HSV(B) 51.67º 0.35% 0.4% -
XYZ 10.74 11.77 6.86 -
YUV 94.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 102 97 66 0 0.05 0.35 0.6 51.67 0.21 0.33
Hex 66 61 42 0 5 23 3C 34 15 21
Octal 146 141 102 0 5 43 74 64 25 41
Binary 1100110 1100001 1000010 0 101 100011 111100 110100 10101 100001

Color Harmonies of #666142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666142

Black with #666142

Text Example


Text Example

White with #666142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666142; }

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

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

background-color css

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

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

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

border-color css

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

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

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