Html Css Color HEX #666134 Verdigris

📋 copy color: '#666134'

red 102 ◦ green 97 ◦ blue 52

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

Shades of Verdigris #666134

Tints of Verdigris #666134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 40.64%
G = 38.65%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#666134 (or 0x666134) is known color: Verdigris. HEX triplet: 66, 61 and 34. RGB value is (102,97,52). Sum of RGB (Red+Green+Blue) = 102+97+52=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #666134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666134 is #999ECB. Grayscale: #5D5D5D. Windows color (decimal): -10067660 or 3432806. OLE color: 3432806.

HSL color Cylindrical-coordinate representation of color #666134: hue angle of 54º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666134 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 52 -
CMYK 0 0.05 0.49 0.6
HSL 54º 0.32% 0.3% -
HSV(B) 54º 0.49% 0.4% -
XYZ 10.37 11.62 4.95 -
YUV 93.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 102 97 52 0 0.05 0.49 0.6 54 0.32 0.3
Hex 66 61 34 0 5 31 3C 36 20 1E
Octal 146 141 64 0 5 61 74 66 40 36
Binary 1100110 1100001 110100 0 101 110001 111100 110110 100000 11110

Color Harmonies of #666134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666134

Black with #666134

Text Example


Text Example

White with #666134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666134; }

 p { color: rgb(102,97,52); }

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

background-color css

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

 a { background-color: rgb(102,97,52); }

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

border-color css

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

 span { border-color: rgb(102,97,52); }

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