Html Css Color HEX #656146 Verdigris

📋 copy color: '#656146'

red 101 ◦ green 97 ◦ blue 70

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

Shades of Verdigris #656146

Tints of Verdigris #656146

RGB

 RED value IS 101 (39.84% from 255) = 37.69%

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

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

R = 37.69%
G = 36.19%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#656146 (or 0x656146) is known color: Verdigris. HEX triplet: 65, 61 and 46. RGB value is (101,97,70). Sum of RGB (Red+Green+Blue) = 101+97+70=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #656146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656146 is #9A9EB9. Grayscale: #5F5F5F. Windows color (decimal): -10133178 or 4612453. OLE color: 4612453.

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

Color convert

RGB 101 97 70 -
CMYK 0 0.04 0.31 0.60
HSL 52.26º 0.18% 0.34% -
HSV(B) 52.26º 0.31% 0.4% -
XYZ 10.75 11.76 7.5 -
YUV 95.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 101 97 70 0 0.04 0.31 0.60 52.26 0.18 0.34
Hex 65 61 46 0 4 1F 3C 34 12 22
Octal 145 141 106 0 4 37 74 64 22 42
Binary 1100101 1100001 1000110 0 100 11111 111100 110100 10010 100010

Color Harmonies of #656146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656146

Black with #656146

Text Example


Text Example

White with #656146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656146; }

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

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

background-color css

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

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

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

border-color css

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

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

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