Html Css Color HEX #656035 Verdigris

📋 copy color: '#656035'

red 101 ◦ green 96 ◦ blue 53

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

Shades of Verdigris #656035

Tints of Verdigris #656035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 40.4%
G = 38.4%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#656035 (or 0x656035) is known color: Verdigris. HEX triplet: 65, 60 and 35. RGB value is (101,96,53). Sum of RGB (Red+Green+Blue) = 101+96+53=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #656035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656035 is #9A9FCA. Grayscale: #5C5C5C. Windows color (decimal): -10133451 or 3498085. OLE color: 3498085.

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

Color convert

RGB 101 96 53 -
CMYK 0 0.05 0.48 0.60
HSL 53.75º 0.31% 0.3% -
HSV(B) 53.75º 0.48% 0.4% -
XYZ 10.19 11.39 5.03 -
YUV 92.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 101 96 53 0 0.05 0.48 0.60 53.75 0.31 0.3
Hex 65 60 35 0 5 30 3C 36 1F 1E
Octal 145 140 65 0 5 60 74 66 37 36
Binary 1100101 1100000 110101 0 101 110000 111100 110110 11111 11110

Color Harmonies of #656035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656035

Black with #656035

Text Example


Text Example

White with #656035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656035; }

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

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

background-color css

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

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

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

border-color css

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

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

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