Html Css Color HEX #656041 Verdigris

📋 copy color: '#656041'

red 101 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #656041

Tints of Verdigris #656041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 38.55%
G = 36.64%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#656041 (or 0x656041) is known color: Verdigris. HEX triplet: 65, 60 and 41. RGB value is (101,96,65). Sum of RGB (Red+Green+Blue) = 101+96+65=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #656041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656041 is #9A9FBE. Grayscale: #5E5E5E. Windows color (decimal): -10133439 or 4284517. OLE color: 4284517.

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

Color convert

RGB 101 96 65 -
CMYK 0 0.05 0.36 0.60
HSL 51.67º 0.22% 0.33% -
HSV(B) 51.67º 0.36% 0.4% -
XYZ 10.5 11.51 6.67 -
YUV 93.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 101 96 65 0 0.05 0.36 0.60 51.67 0.22 0.33
Hex 65 60 41 0 5 24 3C 34 16 21
Octal 145 140 101 0 5 44 74 64 26 41
Binary 1100101 1100000 1000001 0 101 100100 111100 110100 10110 100001

Color Harmonies of #656041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656041

Black with #656041

Text Example


Text Example

White with #656041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656041; }

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

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

background-color css

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

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

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

border-color css

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

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

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