Html Css Color HEX #656535 Verdigris

📋 copy color: '#656535'

red 101 ◦ green 101 ◦ blue 53

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

Shades of Verdigris #656535

Tints of Verdigris #656535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.61%

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

R = 39.61%
G = 39.61%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#656535 (or 0x656535) is known color: Verdigris. HEX triplet: 65, 65 and 35. RGB value is (101,101,53). Sum of RGB (Red+Green+Blue) = 101+101+53=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656535 is #9A9ACA. Grayscale: #5F5F5F. Windows color (decimal): -10132171 or 3499365. OLE color: 3499365.

HSL color Cylindrical-coordinate representation of color #656535: hue angle of 60º 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 #656535 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 101 53 -
CMYK 0 0 0.48 0.60
HSL 60º 0.31% 0.3% -
HSV(B) 60º 0.48% 0.4% -
XYZ 10.66 12.33 5.19 -
YUV 95.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 101 101 53 0 0 0.48 0.60 60 0.31 0.3
Hex 65 65 35 0 0 30 3C 3C 1F 1E
Octal 145 145 65 0 0 60 74 74 37 36
Binary 1100101 1100101 110101 0 0 110000 111100 111100 11111 11110

Color Harmonies of #656535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656535

Black with #656535

Text Example


Text Example

White with #656535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656535; }

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

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

background-color css

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

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

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

border-color css

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

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

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