Html Css Color HEX #645D37 Verdigris

📋 copy color: '#645D37'

red 100 ◦ green 93 ◦ blue 55

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

Shades of Verdigris #645D37

Tints of Verdigris #645D37

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 40.32%
G = 37.5%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#645D37 (or 0x645D37) is known color: Verdigris. HEX triplet: 64, 5D and 37. RGB value is (100,93,55). Sum of RGB (Red+Green+Blue) = 100+93+55=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D37 is #9BA2C8. Grayscale: #5A5A5A. Windows color (decimal): -10199753 or 3628388. OLE color: 3628388.

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

Color convert

RGB 100 93 55 -
CMYK 0 0.07 0.45 0.61
HSL 50.67º 0.29% 0.3% -
HSV(B) 50.67º 0.45% 0.39% -
XYZ 9.86 10.81 5.18 -
YUV 90.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 100 93 55 0 0.07 0.45 0.61 50.67 0.29 0.3
Hex 64 5D 37 0 7 2D 3D 33 1D 1E
Octal 144 135 67 0 7 55 75 63 35 36
Binary 1100100 1011101 110111 0 111 101101 111101 110011 11101 11110

Color Harmonies of #645D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D37

Black with #645D37

Text Example


Text Example

White with #645D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,55); }

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

background-color css

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

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

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

border-color css

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

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

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