Html Css Color HEX #646435 Verdigris

📋 copy color: '#646435'

red 100 ◦ green 100 ◦ blue 53

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

Shades of Verdigris #646435

Tints of Verdigris #646435

RGB

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

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

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

R = 39.53%
G = 39.53%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#646435 (or 0x646435) is known color: Verdigris. HEX triplet: 64, 64 and 35. RGB value is (100,100,53). Sum of RGB (Red+Green+Blue) = 100+100+53=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646435 is #9B9BCA. Grayscale: #5E5E5E. Windows color (decimal): -10197963 or 3499108. OLE color: 3499108.

HSL color Cylindrical-coordinate representation of color #646435: hue angle of 60º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646435 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 100 53 -
CMYK 0 0 0.47 0.61
HSL 60º 0.31% 0.3% -
HSV(B) 60º 0.47% 0.39% -
XYZ 10.46 12.08 5.15 -
YUV 94.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 100 100 53 0 0 0.47 0.61 60 0.31 0.3
Hex 64 64 35 0 0 2F 3D 3C 1F 1E
Octal 144 144 65 0 0 57 75 74 37 36
Binary 1100100 1100100 110101 0 0 101111 111101 111100 11111 11110

Color Harmonies of #646435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646435

Black with #646435

Text Example


Text Example

White with #646435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646435; }

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

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

background-color css

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

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

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

border-color css

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

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

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