Html Css Color HEX #646038 Verdigris

📋 copy color: '#646038'

red 100 ◦ green 96 ◦ blue 56

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

Shades of Verdigris #646038

Tints of Verdigris #646038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 39.68%
G = 38.1%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#646038 (or 0x646038) is known color: Verdigris. HEX triplet: 64, 60 and 38. RGB value is (100,96,56). Sum of RGB (Red+Green+Blue) = 100+96+56=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #646038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646038 is #9B9FC7. Grayscale: #5C5C5C. Windows color (decimal): -10198984 or 3694692. OLE color: 3694692.

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

Color convert

RGB 100 96 56 -
CMYK 0 0.04 0.44 0.61
HSL 54.55º 0.28% 0.31% -
HSV(B) 54.55º 0.44% 0.39% -
XYZ 10.15 11.36 5.4 -
YUV 92.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 100 96 56 0 0.04 0.44 0.61 54.55 0.28 0.31
Hex 64 60 38 0 4 2C 3D 37 1C 1F
Octal 144 140 70 0 4 54 75 67 34 37
Binary 1100100 1100000 111000 0 100 101100 111101 110111 11100 11111

Color Harmonies of #646038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646038

Black with #646038

Text Example


Text Example

White with #646038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646038; }

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

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

background-color css

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

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

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

border-color css

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

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

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