Html Css Color HEX #656134 Verdigris

📋 copy color: '#656134'

red 101 ◦ green 97 ◦ blue 52

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

Shades of Verdigris #656134

Tints of Verdigris #656134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 40.4%
G = 38.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#656134 (or 0x656134) is known color: Verdigris. HEX triplet: 65, 61 and 34. RGB value is (101,97,52). Sum of RGB (Red+Green+Blue) = 101+97+52=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #656134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656134 is #9A9ECB. Grayscale: #5D5D5D. Windows color (decimal): -10133196 or 3432805. OLE color: 3432805.

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

Color convert

RGB 101 97 52 -
CMYK 0 0.04 0.49 0.60
HSL 55.1º 0.32% 0.3% -
HSV(B) 55.1º 0.49% 0.4% -
XYZ 10.26 11.56 4.94 -
YUV 93.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 101 97 52 0 0.04 0.49 0.60 55.1 0.32 0.3
Hex 65 61 34 0 4 31 3C 37 20 1E
Octal 145 141 64 0 4 61 74 67 40 36
Binary 1100101 1100001 110100 0 100 110001 111100 110111 100000 11110

Color Harmonies of #656134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656134

Black with #656134

Text Example


Text Example

White with #656134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656134; }

 p { color: rgb(101,97,52); }

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

background-color css

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

 a { background-color: rgb(101,97,52); }

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

border-color css

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

 span { border-color: rgb(101,97,52); }

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