Html Css Color HEX #656048 Verdigris

📋 copy color: '#656048'

red 101 ◦ green 96 ◦ blue 72

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

Shades of Verdigris #656048

Tints of Verdigris #656048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 37.55%
G = 35.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#656048 (or 0x656048) is known color: Verdigris. HEX triplet: 65, 60 and 48. RGB value is (101,96,72). Sum of RGB (Red+Green+Blue) = 101+96+72=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #656048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656048 is #9A9FB7. Grayscale: #5E5E5E. Windows color (decimal): -10133432 or 4743269. OLE color: 4743269.

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

Color convert

RGB 101 96 72 -
CMYK 0 0.05 0.29 0.60
HSL 49.66º 0.17% 0.34% -
HSV(B) 49.66º 0.29% 0.4% -
XYZ 10.72 11.6 7.81 -
YUV 94.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 101 96 72 0 0.05 0.29 0.60 49.66 0.17 0.34
Hex 65 60 48 0 5 1D 3C 32 11 22
Octal 145 140 110 0 5 35 74 62 21 42
Binary 1100101 1100000 1001000 0 101 11101 111100 110010 10001 100010

Color Harmonies of #656048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656048

Black with #656048

Text Example


Text Example

White with #656048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656048; }

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

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

background-color css

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

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

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

border-color css

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

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

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