Html Css Color HEX #676146 Verdigris

📋 copy color: '#676146'

red 103 ◦ green 97 ◦ blue 70

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

Shades of Verdigris #676146

Tints of Verdigris #676146

RGB

 RED value IS 103 (40.63% from 255) = 38.15%

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 38.15%
G = 35.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#676146 (or 0x676146) is known color: Verdigris. HEX triplet: 67, 61 and 46. RGB value is (103,97,70). Sum of RGB (Red+Green+Blue) = 103+97+70=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 103 - color contains mainly: red. Hex color #676146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676146 is #989EB9. Grayscale: #5F5F5F. Windows color (decimal): -10002106 or 4612455. OLE color: 4612455.

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

Color convert

RGB 103 97 70 -
CMYK 0 0.06 0.32 0.60
HSL 49.09º 0.19% 0.34% -
HSV(B) 49.09º 0.32% 0.4% -
XYZ 10.97 11.88 7.51 -
YUV 95.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 103 97 70 0 0.06 0.32 0.60 49.09 0.19 0.34
Hex 67 61 46 0 6 20 3C 31 13 22
Octal 147 141 106 0 6 40 74 61 23 42
Binary 1100111 1100001 1000110 0 110 100000 111100 110001 10011 100010

Color Harmonies of #676146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676146

Black with #676146

Text Example


Text Example

White with #676146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676146; }

 p { color: rgb(103,97,70); }

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

background-color css

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

 a { background-color: rgb(103,97,70); }

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

border-color css

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

 span { border-color: rgb(103,97,70); }

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