Html Css Color HEX #656442 Verdigris

📋 copy color: '#656442'

red 101 ◦ green 100 ◦ blue 66

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

Shades of Verdigris #656442

Tints of Verdigris #656442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 37.83%
G = 37.45%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#656442 (or 0x656442) is known color: Verdigris. HEX triplet: 65, 64 and 42. RGB value is (101,100,66). Sum of RGB (Red+Green+Blue) = 101+100+66=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #656442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656442 is #9A9BBD. Grayscale: #606060. Windows color (decimal): -10132414 or 4351077. OLE color: 4351077.

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

Color convert

RGB 101 100 66 -
CMYK 0 0.01 0.35 0.60
HSL 58.29º 0.21% 0.33% -
HSV(B) 58.29º 0.35% 0.4% -
XYZ 10.91 12.27 6.95 -
YUV 96.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 101 100 66 0 0.01 0.35 0.60 58.29 0.21 0.33
Hex 65 64 42 0 1 23 3C 3A 15 21
Octal 145 144 102 0 1 43 74 72 25 41
Binary 1100101 1100100 1000010 0 1 100011 111100 111010 10101 100001

Color Harmonies of #656442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656442

Black with #656442

Text Example


Text Example

White with #656442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656442; }

 p { color: rgb(101,100,66); }

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

background-color css

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

 a { background-color: rgb(101,100,66); }

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

border-color css

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

 span { border-color: rgb(101,100,66); }

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