Html Css Color HEX #666732 Verdigris

📋 copy color: '#666732'

red 102 ◦ green 103 ◦ blue 50

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

Shades of Verdigris #666732

Tints of Verdigris #666732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.39%

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 40%
G = 40.39%
B = 19.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#666732 (or 0x666732) is known color: Verdigris. HEX triplet: 66, 67 and 32. RGB value is (102,103,50). Sum of RGB (Red+Green+Blue) = 102+103+50=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #666732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666732 is #9998CD. Grayscale: #606060. Windows color (decimal): -10066126 or 3303270. OLE color: 3303270.

HSL color Cylindrical-coordinate representation of color #666732: hue angle of 61.13º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666732 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 50 -
CMYK 0.01 0 0.51 0.60
HSL 61.13º 0.35% 0.3% -
HSV(B) 61.13º 0.51% 0.4% -
XYZ 10.91 12.76 4.9 -
YUV 96.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 102 103 50 0.01 0 0.51 0.60 61.13 0.35 0.3
Hex 66 67 32 1 0 33 3C 3D 23 1E
Octal 146 147 62 1 0 63 74 75 43 36
Binary 1100110 1100111 110010 1 0 110011 111100 111101 100011 11110

Color Harmonies of #666732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666732

Black with #666732

Text Example


Text Example

White with #666732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666732; }

 p { color: rgb(102,103,50); }

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

background-color css

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

 a { background-color: rgb(102,103,50); }

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

border-color css

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

 span { border-color: rgb(102,103,50); }

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