Html Css Color HEX #666046 Verdigris

📋 copy color: '#666046'

red 102 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #666046

Tints of Verdigris #666046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 38.06%
G = 35.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#666046 (or 0x666046) is known color: Verdigris. HEX triplet: 66, 60 and 46. RGB value is (102,96,70). Sum of RGB (Red+Green+Blue) = 102+96+70=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #666046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666046 is #999FB9. Grayscale: #5E5E5E. Windows color (decimal): -10067898 or 4612198. OLE color: 4612198.

HSL color Cylindrical-coordinate representation of color #666046: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666046 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 70 -
CMYK 0 0.06 0.31 0.6
HSL 48.75º 0.19% 0.34% -
HSV(B) 48.75º 0.31% 0.4% -
XYZ 10.77 11.63 7.47 -
YUV 94.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 102 96 70 0 0.06 0.31 0.6 48.75 0.19 0.34
Hex 66 60 46 0 6 1F 3C 31 13 22
Octal 146 140 106 0 6 37 74 61 23 42
Binary 1100110 1100000 1000110 0 110 11111 111100 110001 10011 100010

Color Harmonies of #666046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666046

Black with #666046

Text Example


Text Example

White with #666046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666046; }

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

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

background-color css

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

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

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

border-color css

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

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

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