Html Css Color HEX #645F41 Verdigris

📋 copy color: '#645F41'

red 100 ◦ green 95 ◦ blue 65

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

Shades of Verdigris #645F41

Tints of Verdigris #645F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 38.46%
G = 36.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#645F41 (or 0x645F41) is known color: Verdigris. HEX triplet: 64, 5F and 41. RGB value is (100,95,65). Sum of RGB (Red+Green+Blue) = 100+95+65=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #645F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645F41 is #9BA0BE. Grayscale: #5D5D5D. Windows color (decimal): -10199231 or 4284260. OLE color: 4284260.

HSL color Cylindrical-coordinate representation of color #645F41: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645F41 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 95 65 -
CMYK 0 0.05 0.35 0.61
HSL 51.43º 0.21% 0.32% -
HSV(B) 51.43º 0.35% 0.39% -
XYZ 10.3 11.28 6.63 -
YUV 93.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 100 95 65 0 0.05 0.35 0.61 51.43 0.21 0.32
Hex 64 5F 41 0 5 23 3D 33 15 20
Octal 144 137 101 0 5 43 75 63 25 40
Binary 1100100 1011111 1000001 0 101 100011 111101 110011 10101 100000

Color Harmonies of #645F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F41

Black with #645F41

Text Example


Text Example

White with #645F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645F41; }

 p { color: rgb(100,95,65); }

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

background-color css

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

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

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

border-color css

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

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

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