Html Css Color HEX #656340 Verdigris

📋 copy color: '#656340'

red 101 ◦ green 99 ◦ blue 64

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

Shades of Verdigris #656340

Tints of Verdigris #656340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 38.26%
G = 37.5%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#656340 (or 0x656340) is known color: Verdigris. HEX triplet: 65, 63 and 40. RGB value is (101,99,64). Sum of RGB (Red+Green+Blue) = 101+99+64=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #656340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656340 is #9A9CBF. Grayscale: #5F5F5F. Windows color (decimal): -10132672 or 4219749. OLE color: 4219749.

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

Color convert

RGB 101 99 64 -
CMYK 0 0.02 0.37 0.60
HSL 56.76º 0.22% 0.32% -
HSV(B) 56.76º 0.37% 0.4% -
XYZ 10.75 12.06 6.61 -
YUV 95.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 101 99 64 0 0.02 0.37 0.60 56.76 0.22 0.32
Hex 65 63 40 0 2 25 3C 39 16 20
Octal 145 143 100 0 2 45 74 71 26 40
Binary 1100101 1100011 1000000 0 10 100101 111100 111001 10110 100000

Color Harmonies of #656340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656340

Black with #656340

Text Example


Text Example

White with #656340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656340; }

 p { color: rgb(101,99,64); }

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

background-color css

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

 a { background-color: rgb(101,99,64); }

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

border-color css

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

 span { border-color: rgb(101,99,64); }

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