Html Css Color HEX #666244 Verdigris

📋 copy color: '#666244'

red 102 ◦ green 98 ◦ blue 68

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

Shades of Verdigris #666244

Tints of Verdigris #666244

RGB

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

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

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

R = 38.06%
G = 36.57%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#666244 (or 0x666244) is known color: Verdigris. HEX triplet: 66, 62 and 44. RGB value is (102,98,68). Sum of RGB (Red+Green+Blue) = 102+98+68=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #666244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666244 is #999DBB. Grayscale: #5F5F5F. Windows color (decimal): -10067388 or 4481638. OLE color: 4481638.

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

Color convert

RGB 102 98 68 -
CMYK 0 0.04 0.33 0.6
HSL 52.94º 0.2% 0.33% -
HSV(B) 52.94º 0.33% 0.4% -
XYZ 10.89 11.98 7.21 -
YUV 95.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 102 98 68 0 0.04 0.33 0.6 52.94 0.2 0.33
Hex 66 62 44 0 4 21 3C 35 14 21
Octal 146 142 104 0 4 41 74 65 24 41
Binary 1100110 1100010 1000100 0 100 100001 111100 110101 10100 100001

Color Harmonies of #666244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666244

Black with #666244

Text Example


Text Example

White with #666244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666244; }

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

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

background-color css

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

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

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

border-color css

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

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

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