Html Css Color HEX #645C37 Verdigris

📋 copy color: '#645C37'

red 100 ◦ green 92 ◦ blue 55

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

Shades of Verdigris #645C37

Tints of Verdigris #645C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

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

R = 40.49%
G = 37.25%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#645C37 (or 0x645C37) is known color: Verdigris. HEX triplet: 64, 5C and 37. RGB value is (100,92,55). Sum of RGB (Red+Green+Blue) = 100+92+55=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C37 is #9BA3C8. Grayscale: #5A5A5A. Windows color (decimal): -10200009 or 3628132. OLE color: 3628132.

HSL color Cylindrical-coordinate representation of color #645C37: hue angle of 49.33º 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 #645C37 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 92 55 -
CMYK 0 0.08 0.45 0.61
HSL 49.33º 0.29% 0.3% -
HSV(B) 49.33º 0.45% 0.39% -
XYZ 9.77 10.64 5.15 -
YUV 90.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 100 92 55 0 0.08 0.45 0.61 49.33 0.29 0.3
Hex 64 5C 37 0 8 2D 3D 31 1D 1E
Octal 144 134 67 0 10 55 75 61 35 36
Binary 1100100 1011100 110111 0 1000 101101 111101 110001 11101 11110

Color Harmonies of #645C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C37

Black with #645C37

Text Example


Text Example

White with #645C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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