Html Css Color HEX #666043 Verdigris

📋 copy color: '#666043'

red 102 ◦ green 96 ◦ blue 67

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

Shades of Verdigris #666043

Tints of Verdigris #666043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 38.49%
G = 36.23%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#666043 (or 0x666043) is known color: Verdigris. HEX triplet: 66, 60 and 43. RGB value is (102,96,67). Sum of RGB (Red+Green+Blue) = 102+96+67=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #666043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666043 is #999FBC. Grayscale: #5E5E5E. Windows color (decimal): -10067901 or 4415590. OLE color: 4415590.

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

Color convert

RGB 102 96 67 -
CMYK 0 0.06 0.34 0.6
HSL 49.71º 0.21% 0.33% -
HSV(B) 49.71º 0.34% 0.4% -
XYZ 10.68 11.6 6.99 -
YUV 94.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 102 96 67 0 0.06 0.34 0.6 49.71 0.21 0.33
Hex 66 60 43 0 6 22 3C 32 15 21
Octal 146 140 103 0 6 42 74 62 25 41
Binary 1100110 1100000 1000011 0 110 100010 111100 110010 10101 100001

Color Harmonies of #666043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666043

Black with #666043

Text Example


Text Example

White with #666043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666043; }

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

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

background-color css

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

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

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

border-color css

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

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

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