Html Css Color HEX #646535 Verdigris

📋 copy color: '#646535'

red 100 ◦ green 101 ◦ blue 53

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

Shades of Verdigris #646535

Tints of Verdigris #646535

RGB

 RED value IS 100 (39.45% from 255) = 39.37%

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

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

R = 39.37%
G = 39.76%
B = 20.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#646535 (or 0x646535) is known color: Verdigris. HEX triplet: 64, 65 and 35. RGB value is (100,101,53). Sum of RGB (Red+Green+Blue) = 100+101+53=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #646535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646535 is #9B9ACA. Grayscale: #5F5F5F. Windows color (decimal): -10197707 or 3499364. OLE color: 3499364.

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

Color convert

RGB 100 101 53 -
CMYK 0.01 0 0.48 0.60
HSL 61.25º 0.31% 0.3% -
HSV(B) 61.25º 0.48% 0.4% -
XYZ 10.55 12.27 5.18 -
YUV 95.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 100 101 53 0.01 0 0.48 0.60 61.25 0.31 0.3
Hex 64 65 35 1 0 30 3C 3D 1F 1E
Octal 144 145 65 1 0 60 74 75 37 36
Binary 1100100 1100101 110101 1 0 110000 111100 111101 11111 11110

Color Harmonies of #646535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646535

Black with #646535

Text Example


Text Example

White with #646535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646535; }

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

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

background-color css

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

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

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

border-color css

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

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

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