Html Css Color HEX #656046 Verdigris

📋 copy color: '#656046'

red 101 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #656046

Tints of Verdigris #656046

RGB

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

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

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

R = 37.83%
G = 35.96%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#656046 (or 0x656046) is known color: Verdigris. HEX triplet: 65, 60 and 46. RGB value is (101,96,70). Sum of RGB (Red+Green+Blue) = 101+96+70=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #656046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656046 is #9A9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10133434 or 4612197. OLE color: 4612197.

HSL color Cylindrical-coordinate representation of color #656046: hue angle of 50.32º 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 #656046 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 96 70 -
CMYK 0 0.05 0.31 0.60
HSL 50.32º 0.18% 0.34% -
HSV(B) 50.32º 0.31% 0.4% -
XYZ 10.66 11.57 7.47 -
YUV 94.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 101 96 70 0 0.05 0.31 0.60 50.32 0.18 0.34
Hex 65 60 46 0 5 1F 3C 32 12 22
Octal 145 140 106 0 5 37 74 62 22 42
Binary 1100101 1100000 1000110 0 101 11111 111100 110010 10010 100010

Color Harmonies of #656046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656046

Black with #656046

Text Example


Text Example

White with #656046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656046; }

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

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

background-color css

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

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

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

border-color css

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

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

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