Html Css Color HEX #646048 Verdigris

📋 copy color: '#646048'

red 100 ◦ green 96 ◦ blue 72

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

Shades of Verdigris #646048

Tints of Verdigris #646048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 37.31%
G = 35.82%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#646048 (or 0x646048) is known color: Verdigris. HEX triplet: 64, 60 and 48. RGB value is (100,96,72). Sum of RGB (Red+Green+Blue) = 100+96+72=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646048 is #9B9FB7. Grayscale: #5E5E5E. Windows color (decimal): -10198968 or 4743268. OLE color: 4743268.

HSL color Cylindrical-coordinate representation of color #646048: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646048 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 96 72 -
CMYK 0 0.04 0.28 0.61
HSL 51.43º 0.16% 0.34% -
HSV(B) 51.43º 0.28% 0.39% -
XYZ 10.61 11.54 7.8 -
YUV 94.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 100 96 72 0 0.04 0.28 0.61 51.43 0.16 0.34
Hex 64 60 48 0 4 1C 3D 33 10 22
Octal 144 140 110 0 4 34 75 63 20 42
Binary 1100100 1100000 1001000 0 100 11100 111101 110011 10000 100010

Color Harmonies of #646048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646048

Black with #646048

Text Example


Text Example

White with #646048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646048; }

 p { color: rgb(100,96,72); }

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

background-color css

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

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

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

border-color css

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

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

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