Html Css Color HEX #666344 Verdigris

📋 copy color: '#666344'

red 102 ◦ green 99 ◦ blue 68

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

Shades of Verdigris #666344

Tints of Verdigris #666344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 37.92%
G = 36.8%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#666344 (or 0x666344) is known color: Verdigris. HEX triplet: 66, 63 and 44. RGB value is (102,99,68). Sum of RGB (Red+Green+Blue) = 102+99+68=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #666344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666344 is #999CBB. Grayscale: #606060. Windows color (decimal): -10067132 or 4481894. OLE color: 4481894.

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

Color convert

RGB 102 99 68 -
CMYK 0 0.03 0.33 0.6
HSL 54.71º 0.2% 0.33% -
HSV(B) 54.71º 0.33% 0.4% -
XYZ 10.98 12.17 7.24 -
YUV 96.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 102 99 68 0 0.03 0.33 0.6 54.71 0.2 0.33
Hex 66 63 44 0 3 21 3C 37 14 21
Octal 146 143 104 0 3 41 74 67 24 41
Binary 1100110 1100011 1000100 0 11 100001 111100 110111 10100 100001

Color Harmonies of #666344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666344

Black with #666344

Text Example


Text Example

White with #666344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666344; }

 p { color: rgb(102,99,68); }

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

background-color css

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

 a { background-color: rgb(102,99,68); }

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

border-color css

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

 span { border-color: rgb(102,99,68); }

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